这个问题与这篇 GitHub 帖子。
我只是想确保我得到的链接正确并且没有犯错误,我用以下代码替换了 ma.archiveUbuntu 链接http://security.ubuntu.com/ubuntu
这是正确的吗,或者我应该做其他的事情?
答案1
如果我们只关注安全存储库,那么您可以将它们全部合并在一行中:
deb http://security.ubuntu.com/ubuntu lunar-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu lunar-security main restricted universe multiverse
只要您其余的存储库具有以下内容(请注意,我目前不包括合作伙伴存储库):
deb http://ma.archive.ubuntu.com/ubuntu lunar main restricted universe multiverse
#deb-src http://ma.archive.ubuntu.com/ubuntu lunar main restricted universe multiverse
deb http://ma.archive.ubuntu.com/ubuntu lunar-updates main restricted universe multiverse
#deb-src http://ma.archive.ubuntu.com/ubuntu lunar-updates main restricted universe multiverse
这应该可以满足大部分需求了。
(请注意,我假设您保留了合作伙伴存储库(如果已启用)。我还添加了注释掉的deb-src
行,以防您在未来在某一点。)