deepin安装php5.6的问题
Tofloor
poster avatar
lijulun
deepin
2019-07-10 23:35
Author
本质就是PPA的问题,解决了PPA其他就迎刃而解。

sudo su -

echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu xenial main" | tee -a /etc/apt/sources.list

echo "deb-src http://ppa.launchpad.net/ondrej/php/ubuntu xenial main" | tee -a /etc/apt/sources.list

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C

apt-get update exit


Reply Favorite View the author
All Replies

No replies yet