我无法更新新安装的Ubuntu 18.04.1 LTS服务器。 “存储库未签名”
lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
运行sudo apt update
时,它会显示(所有存储库):
N: See the apt-secure (8) man page for details on creating repositories and configuring users.
N: You can not update from a repository like this in a secure way and therefore it is disabled by default.
E: The repository "http://security.ubuntu.com/ubuntu bionic-security InRelease" is not signed.
E: Failed to obtain http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease 403 Forbidden [IP: 91.189.88.162 80]
运行curl http://security.ubuntu.com/ubuntu/
或curl http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease
的人得到了内容。证明是否可以从服务器访问存储库。
感谢您的帮助,我该怎么做才能更新服务器?
答案 0 :(得分:0)
解决方案将服务器连接到另一个网络,这很奇怪,在该网络中,我可以使用curl
下载内容,而不能使用apt
下载内容
答案 1 :(得分:-1)
嗨@Wilfred这可能是由于未使用的文件和软件包引起的,因此只需使用'sudo apt-get autoremove --purge'删除未使用的文件和软件包,然后重试更新命令。