请让我知道如何在 Ubuntu 11.04 中删除某些存储库。更新时出现以下错误。
sudo apt-get update
Err http://ppa.launchpad.net natty/main Sources
404 Not Found
Err http://ppa.launchpad.net natty/main i386 Packages
404 Not Found
......
E: Some index files failed to download. They have been ignored, or old ones used instead.
Run Code Online (Sandbox Code Playgroud) 这些存储库是否在 Ubuntu 18.04 Bionic Beaver 中默认启用?看起来是这样... Main, Restricted, Universe, 和Multiverse...
另一个过程将此列为一个步骤 sudo add-apt-repository universe
但似乎不需要,因为universerepo 已经启用?我对吗?
完成以下其他程序中的步骤
sudo add-apt-repository universe
sudo apt-get update
sudo apt install blender steam
Run Code Online (Sandbox Code Playgroud) 我有 Ubuntu 12.04 LTS。我需要正确的输出,因为我对其进行了编辑,因为它不起作用,但这只会使情况变得更糟。