自 2023 年 1 月以来,出现了一些提及ESM 应用程序的问题,这似乎引起了我和其他人的困惑(这里有一个例子)。
运行时sudo apt update,用户将收到与此类似的通知,指出universe存储库中的多个软件包具有需要 Ubuntu Pro 的安全更新:
The following security updates require Ubuntu Pro with 'esm-apps' enabled:
imagemagick libopenexr25 libmagick++-6.q16-8 libmagickcore-6.q16-6-extra
libmagickwand-6.q16-6 imagemagick-6.q16 libmagickcore-6.q16-6
imagemagick-6-common
Run Code Online (Sandbox Code Playgroud)
ESM Apps、universe存储库和Ubuntu Pro订阅之间似乎存在某种关系,但ESM Apps到底是什么以及上述内容有何关联?
当我 ssh 进入我的机器时,我想禁止生成以下消息
Expanded Security Maintenance for Applications is not enabled.
Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status
Run Code Online (Sandbox Code Playgroud)
由于某种原因(我不想推测原因),这些消息不是通过正常的 motd 进程发出的,而是似乎从update-notifier. motd 目录中有一些脚本似乎可以生成这些消息,但删除它们没有效果。
如何防止我的系统在登录时生成这些消息?
当我在我的系统上运行时apt update,apt upgrade我收到以下消息:
News about significant security updates, features and services will
appear here to raise awareness and perhaps tease /r/Linux ;)
Use 'pro config set apt_news=false' to hide this and future APT news.
Run Code Online (Sandbox Code Playgroud)
“APT 新闻”是什么意思?
谢谢。
通过 SSH 登录 Ubuntu 22.04 后,通常的欢迎消息不再刷新,我不知道为什么会发生这种情况。除此之外,我在运行时收到以下错误消息sudo apt update:
Failed to start apt-news.service: Unit apt-news.service not found.
Failed to start esm-cache.service: Unit esm-cache.service not found.
Run Code Online (Sandbox Code Playgroud)