我从笔记本电脑上卸载了Firefox。我正在使用Ubuntu 11.04。当我再次尝试通过sudo apt-get install安装firefox时,它会出现以下错误:
Err http://in.archive.ubuntu.com/ubuntu/ natty-updates / main firefox i386 16.0.2 + build1-0ubuntu0.11.04.1 找不到404
Err http://security.ubuntu.com/ubuntu/ natty-security / main firefox i386 16.0.2 + build1-0ubuntu0.11.04.1 404 Not Found
Err http://security.ubuntu.com/ubuntu/ natty-security / main firefox-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 Not Found
无法获取http://security.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-globalmenu_16.0.2+build1-0ubuntu0.11.04.1_i386.deb 404 Not Found
E:无法获取某些档案,可能会运行apt-get update或尝试使用--fix-missing?
当我尝试通过sudo apt-get update进行更新时,大多数链接也会在找不到404时出现。请帮我解决问题。谢谢。
答案 0 :(得分: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