我订阅了,所以每次我收到一封电子邮件,新的更新都是雪崩的。
但是在上一次更新中,他们写了一些我无法理解的东西,所以谁能告诉我这意味着什么?
ATTENTION: Due to an unavoidable ABI change the kernel updates have
been given a new version number, which requires you to recompile and
reinstall all third party kernel modules you might have installed. If
you use linux-restricted-modules, you have to update that package as
well to get modules which work with the new kernel version. Unless you
manually uninstalled the standard kernel metapackages (e.g. linux-generic,
linux-server, linux-powerpc), a standard system upgrade will automatically
perform this as well.我试着问我的朋友(他也使用Linux),但他对内核不太了解。
发布于 2014-10-30 22:03:19
Linux (内核)主要是不同类型硬件的抽象层。这是一个共同点,其他软件可以建立在上面,不关心它是运行在您的智能手机或您的笔记本电脑。制造这款软件的人非常担心永远不会破坏与现有软件的兼容性。ABI是内核与其上的其他软件之间的桥梁。只有当某件东西真的坏了,或者如果他们发现了安全隐患,否则他们无法修复时,他们才会改变它。
因此,一旦他们在某个地方打破了ABI的行为,他们就会非常清楚。
(这对我来说都很有趣,因为linux上的大多数核心软件都破坏了与在其上运行的软件的兼容性。)
无论如何,这不太可能影响您作为一个用户。
https://askubuntu.com/questions/543804
复制相似问题