【发布时间】:2018-11-22 16:07:36
【问题描述】:
我无法更新新安装的 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/ o curl http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease 时,我得到了内容。证明如果我可以从服务器访问存储库。
感谢您的帮助,我该怎么做才能更新我的服务器?
【问题讨论】:
-
这应该发布到 SuperUser 或 Unix StackExchange,而不是 Stack Overflow。
标签: ubuntu server apt ubuntu-18.04