2013-06-04 105 views
0

我從我的筆記本電腦中卸載了Firefox。我正在使用Ubuntu 11.04。當我再次試圖通過sudo來安裝Firefox的apt-get安裝,它給以下錯誤:無法在Ubuntu 11.04上重新安裝firefox

錯誤http://in.archive.ubuntu.com/ubuntu/整潔的-更新/ Firefox主I386 16.0.2 + build1-0ubuntu0.11.04.1 404未找到

ERR http://security.ubuntu.com/ubuntu/ maverick中的安全性/主火狐I386 16.0.2 + build1-0ubuntu0.11.04.1 404未找到

ERR http://security.ubuntu.com/ubuntu/ maverick中的安全性/主火狐-globalmenu I386 16.0.2 + build1-0ubuntu0.11.04。 1 404 Not Found

無法取得http://security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_16.0.2+build1-0ubuntu0.11.04.1_i386.deb 404未找到

無法抓取http://security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-globalmenu_16.0.2+build1-0ubuntu0.11.04.1_i386.deb 404未找到

E:無法提取一些檔案,也許運行apt-get update或與--fix缺失試試?

當我嘗試通過sudo apt-get update進行更新時,那麼大多數鏈接也都是404未找到。請幫我解決這個問題。謝謝。

回答

0

您的版本已達到使用壽命(EOL),您需要修改/etc/apt/sources.list。將CODENAME替換爲您正在使用的Ubuntu發行版的代號。

 
# Required 
deb http://old-releases.ubuntu.com/ubuntu/ CODENAME main restricted universe multiverse 
deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-updates main restricted universe multiverse 
deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-security main restricted universe multiverse 

# Optional 
deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-backports main restricted universe multiverse