由于 Debian 使用 firefox 而不是iceweasel,因此 apt-get update 使用以下 URL 返回 404 错误:
http://mozilla.debian.net/dists/wheezy-backports/iceweasel-release/binary-amd64/Packages
我已经安装了 firefox-esr 以便迁移到 Firefox,没有问题,我可以使用 Firefox。
我使用 rvm,当我尝试用它安装 ruby 时,它会停止安装,因为 apt-get update 返回错误 404。读这个。
我使用 Kali Linux,我的sources.list很干净:
#kali 2.0
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security/ sana/updates main contrib non-free
如何删除这些404错误呢?
答案1
找到并删除以下行:
deb http://mozilla.debian.net/...
如果它不在 中/etc/apt/sources.list
,那么它很可能在其他地方/etc/apt/sources.list.d/*
。
您也可以使用它fgrep -r mozilla.debian.net /etc
来查找它。
请注意,此文件可能是某些旧的 debian 软件包的一部分(使用 查找dpkg -S /etc/apt/sources.list.d/blahblah.conf
) - 在这种情况下,最好使用dpkg --purge
旧的iceweasel 软件包。