我正在運行 Ubuntu 伺服器
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 目錄中該失敗包的套件。
現在伺服器已完全更新。