我在php5.5.9上开发的项目很少。所以我试图在ubuntu 17.10中安装php5.5.9,但它显示错误。
我使用了以下命令:
sudo apt-get install php5.5
它显示以下错误:
E: Unable to locate package php5.5
E: Couldn't find any package by
glob 'php5.5' E: Couldn't find any package by regex 'php5.5'
你能帮帮我吗。
答案 0 :(得分:1)
不再支持PHP 5.5 - http://php.net/supported-versions.php
您可以使用ppa安装5.6:ondrej / php: https://launchpad.net/~ondrej/+archive/ubuntu/php
或者你可以从源代码编译,它不是那么复杂: https://secure.php.net/get/php-5.5.9.tar.gz/from/a/mirror
答案 1 :(得分:0)
您收到错误,因为php5已过时。
执行:sudo apt-get install php7.0-imap
另一方面:使用版本:
尝试sudo apt-get install php5.5-rpm
或
试试sudo apt-get install php5.5-rpm
答案 2 :(得分:0)
您可以从php official site中的旧档案中获取php5.5 tar文件。
要从源代码安装,我遵循此link。工作正常。