我正在运行 Ubuntu Server
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
当我运行 apt-get update 时出现以下错误
Err http://ppa.launchpad.net trusty/main amd64 Packages
404 Not Found
W: Failed to fetch http://ppa.launchpad.net/inizan-yannick/mono/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not found
E: Some index files failed to download. They have been ignored, or old ones used instead.
我该怎么做才能解决这个问题,以便我可以再次为我的服务器运行更新,抱歉,如果这是一个简单的答案,但我对 Linux 包管理还不熟悉。
谢谢
答案1
我采用了 mchid 的建议,并注释掉了 /etc/apt/sources.list.d 目录中该失败软件包的软件包。
现在服务器已完全更新。