
無法更新,運行時出現此錯誤apt-get 更新命令!
W: Failed to fetch http://ppa.launchpad.net/cooperjona/nitrotasks/ubuntu/dists/utopic/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/cooperjona/nitrotasks/ubuntu/dists/utopic/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
我能做些什麼?
答案1
您可以做兩件事之一。
該 ppa 自 2013 年以來就沒有更新過,因此現在最好不要使用它。但是,您可以從以下位置下載最新版本的 nitrotasks:https://launchpad.net/~cooperjona/+archive/ubuntu/nitrotasks/+packages並手動安裝。
首先,要刪除過時的 ppa,請打開終端機並執行以下命令:
sudo rm /etc/apt/sources.list.d/cooperjona-ubuntu-nitrotasks-utopic.list*
現在,更新您的包裹清單:
sudo apt-get update
最後,直接從ppa下載所需的軟體並安裝:
wget https://launchpad.net/~cooperjona/+archive/ubuntu/nitrotasks/+files/nitrotasks_1.5-0%7E31%7Esaucy1_all.deb
安裝它:
sudo dpkg -i nitrotasks_1.5-0~31~saucy1_all.deb
解決依賴關係:
sudo apt-get -f install