我在家用电脑上全新安装了 Ubuntu 20.04 LTS。我做的第一件事就是运行sudo apt update
。然后我收到此错误:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/InRelease 403 Forbidden [IP: 91.189.88.142 80]
E: The repository 'http://archive.ubuntu.com/ubuntu focal InRelease' is no longer signed.
我在全新安装“ ”后不久也收到一个弹出窗口Hotspot Login
,但互联网运行正常。
在Other Software
“我”中有两个条目,Canonical Partners
和Canonical Partners(Source Code)
。
我搜索了问题和答案,有些提示可能是防火墙或互联网代理设置,但据我所知,没有一个提示可以解决此问题。我相信这就是我的错误来源?
编辑:更多信息
当将两个 http: 地址粘贴到我的浏览器中时,它可以起作用。
按照 FedonKadifeli 的要求输出命令:
/etc/apt/sources.list:deb http://za.archive.ubuntu.com/ubuntu/ focal main restricted
/etc/apt/sources.list:deb http://za.archive.ubuntu.com/ubuntu/ focal-updates main restricted
/etc/apt/sources.list:deb http://za.archive.ubuntu.com/ubuntu/ focal universe
/etc/apt/sources.list:deb http://za.archive.ubuntu.com/ubuntu/ focal-updates universe
/etc/apt/sources.list:deb http://za.archive.ubuntu.com/ubuntu/ focal multiverse
/etc/apt/sources.list:deb http://za.archive.ubuntu.com/ubuntu/ focal-updates multiverse
/etc/apt/sources.list:deb http://za.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu focal-security main restricted
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu focal-security universe
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu focal-security multiverse
grep: /etc/apt/sources.list.d/*: No such file or directory
我借用了别人的 wifi 路由器,使用不同的 ISP,然后就可以正常工作了。这证实了我的怀疑,即它与互联网代理或网络设置有关。