我需要将 php5.6 安装到我的 Ubuntu 19.10,在互联网上发现了很多变体,几乎所有变体都是相同的 - 使用 ppa:ondrej/php
我试过这个变种:
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
和这个:
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
但是之后
sudo apt-get install php5.6
似乎没有任何效果,我得到的只是这样或类似的消息
Note, selecting 'php5.6-json' for regex 'php5.6'
Note, selecting 'php5.6-common' for regex 'php5.6'
到目前为止,我得到的唯一结果是在 sudo apt-get install php5 之后以某种方式安装了 php5.3,但这不是我想要的。
同样在命令'sudo add-apt-repository ppa:ondrej/php'之后,我得到了这样的东西:
E: The repository 'http://ppa.launchpad.net/ondrej/apache2/ubuntu eoan Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
有人可以帮助解决这个问题吗?