我有几个项目是在php5.5.9上开发的。所以我试图在ubuntu17.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'
你能帮帮我吗。
oalqel3c1#
php 5.5不再受支持-http://php.net/supported-versions.php您可以使用安装5.6ppa:ondrej/php: https://launchpad.net/~ondrej/+archive/ubuntu/php也可以从源代码处编译,这并不复杂:https://secure.php.net/get/php-5.5.9.tar.gz/from/a/mirror
vjhs03f72#
您可以从php官方网站的旧存档中获取php5.5tar文件。要从源代码安装,我遵循了以下链接。它工作得很好。
628mspwn3#
您收到错误是因为php5已过期。执行:sudo apt get install php7.0-imap另一方面:使用版本:尝试sudo apt get install php5.5-rpm或尝试sudo apt get安装php5.5-rpm
3条答案
按热度按时间oalqel3c1#
php 5.5不再受支持-http://php.net/supported-versions.php
您可以使用安装5.6ppa:ondrej/php: https://launchpad.net/~ondrej/+archive/ubuntu/php
也可以从源代码处编译,这并不复杂:https://secure.php.net/get/php-5.5.9.tar.gz/from/a/mirror
vjhs03f72#
您可以从php官方网站的旧存档中获取php5.5tar文件。
要从源代码安装,我遵循了以下链接。它工作得很好。
628mspwn3#
您收到错误是因为php5已过期。
执行:sudo apt get install php7.0-imap
另一方面:使用版本:
尝试sudo apt get install php5.5-rpm或
尝试sudo apt get安装php5.5-rpm