如何查找哪些软件包需要 ESM 更新

DDP*_*DDP 4 upgrade updates update-manager apt esm

当我登录 Ubuntu 18.04 LTS 系统时,我收到以下消息:

5 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm
Run Code Online (Sandbox Code Playgroud)

我的问题是如何找出哪些软件包需要这些 ESM 更新。我认为答案是“apt update && apt Upgrade”,但这并不表明需要任何更新:

# apt update && apt upgrade
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)

如何确定哪 5 个软件包需要 ESM 安全更新?如果它们不是我使用的包,我就会删除它们。

编辑以更加清晰:我不想更新软件包。我正在尝试获取它们的列表,以便在不使用它们时可以删除它们。

小智 6

ua security-status --esm-apps
Run Code Online (Sandbox Code Playgroud)

以粗体显示的软件包名称当前有可用的更新。