Ubuntu 18.04.1 LTS 服务器 "The repository is not signed"
Ubuntu 18.04.1 LTS server "The repository is not signed"
我无法更新新安装的 Ubuntu 18.04.1 LTS 服务器。 "The repository is not signed"
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/
o curl http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease
我得到了内容。证明如果我可以从服务器访问存储库。
感谢您的帮助,我该怎么做才能更新我的服务器?
你好@Wilfred 这可能是由于未使用的文件和包造成的,所以只需使用 'sudo apt-get autoremove --purge' 删除未使用的文件和包,然后重试更新命令。
SOLUTION 将服务器连接到另一个网络,很奇怪在网络中这让我用 curl
下载内容但不会让 apt
更新
我无法更新新安装的 Ubuntu 18.04.1 LTS 服务器。 "The repository is not signed"
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/
o curl http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease
我得到了内容。证明如果我可以从服务器访问存储库。
感谢您的帮助,我该怎么做才能更新我的服务器?
你好@Wilfred 这可能是由于未使用的文件和包造成的,所以只需使用 'sudo apt-get autoremove --purge' 删除未使用的文件和包,然后重试更新命令。
SOLUTION 将服务器连接到另一个网络,很奇怪在网络中这让我用 curl
下载内容但不会让 apt