我该如何修复在使用 Ubuntu 14.04 时收到的以下错误,sudo apt-get update
以便可以升级到 Ubuntu 16.04?
W: Failed to fetch http://ppa.launchpad.net/ethereum/etherum/ubuntu/dists/unity/main/binary-amd64/Packages 403 Forbidden
W: Failed to fetch http://ppa.launchpad.net/ethereum/etherum/ubuntu/dists/unity/main/binary-i386/Packages 403 Forbidden
我已经尝试了这里能找到的所有与此问题相关的方法,但不明白我可能做错了什么。我对 Ubuntu / Linux 系统还不太熟悉,所以请耐心等待并尽力帮助我。
答案1
答案2
今天在这上面浪费了很多时间但我弄清楚了。
如果您遇到 ppa.launchpad.net 超时问题并使用 docker,请按照以下方法修复它:
- 添加此行:
apt-get update --option Acquire::ForceIPv4=true --option Acquire::Retries=100 --option Acquire::http::Timeout=60
- 替换
apt
为:apt-get
到处。 - 在主机上运行此
apt install dnsmasq