嗨,我使用的是Kali Linux滚动2020.4最后更新,每件事都是好的,从2年到现在后,我添加了php的PPA,并更新每件事的最后更新时,我运行
sudo apt install php8.0
我得到错误
E: Unable to locate package php8.0
E: Couldn't find any package by glob 'php8.0'
但我不知道是什么问题这里的ppa和php8
http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php8.0/
这里也是
http://ppa.launchpad.net/ondrej/php/ubuntu/
我使用了以下命令
sysadmin@debian-10:~$ sudo apt install -y lsb-release apt-transport-https ca-certificates wget
sysadmin@debian-10:~$ sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
sysadmin@debian-10:~$ echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/php.list
2条答案
按热度按时间zwghvu4y1#
在Debian上安装PHP 8
对于Debian Buster(10)和Debian靶心(11)
具有root访问权限:
在Ubuntu上安装PHP 8.1
直到21时04分
0g0grzrc2#
Ubuntu 21.04将于2022年1月到期,ondrej/php不支持任何EOL版本。您需要先升级您的Ubuntu版本才能再次使用此仓库