如何修复在 Ubuntu 14.04 上运行 apt-get update 时出现 PPA 无法获取错误?

如何修复在 Ubuntu 14.04 上运行 apt-get update 时出现 PPA 无法获取错误?

我该如何修复在使用 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

尝试启动“软件和更新”实用程序,并在“其他”选项卡上禁用这些 PPA

截屏

答案2

今天在这上面浪费了很多时间但我弄清楚了。

如果您遇到 ppa.launchpad.net 超时问题并使用 docker,请按照以下方法修复它:

  1. 添加此行:apt-get update --option Acquire::ForceIPv4=true --option Acquire::Retries=100 --option Acquire::http::Timeout=60
  2. 替换apt为:apt-get到处。
  3. 在主机上运行此apt install dnsmasq

相关内容