在管理 apt 源记录时,bionic-updates 是否比常规 bionic 更稳定、更安全?
最近,我使用 apt-get upgrade 将我的服务器从 16 升级到 18。但我不知道如何处理 apt 源列表。我所做的是在 /etc/apt/sources.list 中添加以下项目。升级 ubuntu 后,这足以管理 apt 资源吗?
- 德布http://security.ubuntu.com/ubuntu仿生安全主页
- 德布http://cz.archive.ubuntu.com/ubuntu仿生主宇宙
- 德布http://cz.archive.ubuntu.com/ubuntubionic-更新主要
答案1
这仿生的存储库将包含原始代码,例如,linux-generic
作为示例,您可以找到
linux-generic | 4.15.0.20.23 | bionic | amd64, arm64, armhf, i386, ppc64el, s390x
你在 Ubuntu 18.04 上能找到的内容最初的LTS ISO。
(Ubuntu 18.04.1 及更高版本的 ISO 包含 ISO 创建时来自 bionic-updates 的软件包,因此18.04.1可能有比初始版本更新的软件包18.04ISO,但不像所说的那么现代18.04.2ETC)
这仿生更新存储库将具有更新的代码,即。
linux-generic | 4.15.0.206.189 | bionic-updates | amd64, arm64, armhf, i386, ppc64el, s390x
我使用以下方法来获取我的详细信息(注意:我删除了非仿生线)
guiverc@d7050-next:/de2900/lubuntu_64$ rmadison linux-generic
..
linux-generic | 4.15.0.20.23 | bionic | amd64, arm64, armhf, i386, ppc64el, s390x
linux-generic | 4.15.0.206.189 | bionic-security | amd64, arm64, armhf, i386, ppc64el, s390x
linux-generic | 4.15.0.206.189 | bionic-updates | amd64, arm64, armhf, i386, ppc64el, s390x
linux-generic | 4.15.0.208.191 | bionic-proposed | amd64, arm64, armhf, i386, ppc64el, s390x
我不确定我会用这个词稳定的或者安全的正如你的问题一样,还有更多修复包括安全修复-更新或者-安全存储库。