我遇到了 apt 问题:sudo apt-get update
无法在我的 Ubuntu 18.04 桌面上成功完成。
首先,我想说明主题Xenial 存储库没有发布文件并没有解决我的问题,Ubuntu 存储库也没有发布文件或任何其他文件。
我的发行版是全新安装的 Ubuntu 18.04.1 Bionic。
问题是,sudo apt-get update
我收到以下错误消息:
E: The repository 'http://security.ubuntu.com/ubuntu bionic-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Run Code Online (Sandbox Code Playgroud)
我在我的 sources.list 的每个 REPOSITORY 上收到这些消息,这是 Ubuntu 18.04 的默认消息。
这是我的 /etc/apt/sources.list 文件的内容(我从 Ubuntu 官方文档 …