目前我想用php5.6-zip扩展名在ubuntu xenial 16.04.6中更新我的旧php 5.6 应用程序。
sudo apt-get install php5.6-zip
E: 找不到包 php5.6-zip
E: 找不到任何包 glob 'php5.6-zip'
E: 找不到任何包 正则表达式 'php5.6-zip'
尝试添加 ppa 存储库sudo add-apt-repository -y ppa:ondrej/php5-5.6
名为“~ondrej”的用户没有名为“ubuntu/php5-5.6”的 PPA
然后尝试运行sudo add-apt-repository -y ppa:ondrej/php
并
sudo apt-get install php5.6-zip
仍然出现无法找到包 php5.6-zip 错误。顺便说一句,命令中没有 php5.6-zip apt-cache policy php5.6
。有没有人有关于这个问题的解决方案?您的帮助将不胜感激。谢谢