我在 Ubuntu 22.04.1 LTS 上,返回sudo apt install php-pear
:
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/php8.1/php8.1-xml_8.1.2-1ubuntu2.10_amd64.deb 404 Not Found [IP: x.x.x.x 80]
这是一个 404 - http://security.ubuntu.com/ubuntu/pool/main/p/php8.1/php8.1-xml_8.1.2-1ubuntu2.10_amd64.deb
根据 packages.ubuntu.com,当前版本不是
8.1.2-1ubuntu2.10
. 它是...2.11
最常见的原因(到目前为止!)是本地包数据库过时了。
运行
sudo apt update
以更新本地包数据库。