AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1374983
Accepted
Organic Marble
Organic Marble
Asked: 2021-11-12 12:47:37 +0800 CST2021-11-12 12:47:37 +0800 CST 2021-11-12 12:47:37 +0800 CST

“标准安全更新”的定义是什么?还有哪些可能的分类?

  • 772

由于最近升级到 20.04,我在运行apt update类似于

46 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
31 standard security updates

谷歌搜索未能找到该短语的定义standard security update。它是什么?而且,有non-standard security updates吗?有哪些可能性?

apt
  • 2 2 个回答
  • 913 Views

2 个回答

  • Voted
  1. Best Answer
    N0rbert
    2021-11-12T13:33:35+08:002021-11-12T13:33:35+08:00

    似乎是ubuntu-advantage-tools区分免费提供的安全更新(标准)和 ESM(付费,后来,实际适用于 16.04 LTS)的一部分。

    可以通过移除特殊的 UA 钩子来移除

    sudo rm /etc/apt/apt.conf.d/20apt-esm-hook.conf
    

    上面会变

    42 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
    29 standard security updates
    

    正常的传统行为

    42 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
    

    受支持的 Ubuntu 版本上的所有这些 UA ESM 东西闻起来就像带有大写字母的大 BUY 字。
    我发现这是不可接受的。尤其是UA的病毒行为:

    $ sudo apt autopurge ubuntu-advantage-tools
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following packages will be REMOVED:
     distro-info* python3-debconf* ubuntu-advantage-tools* ubuntu-mate-core* ubuntu-mate-desktop* ubuntu-minimal* ubuntu-release-upgrader-core*
     ubuntu-release-upgrader-gtk* update-manager* update-manager-core* update-notifier* update-notifier-common*
    0 upgraded, 0 newly installed, 12 to remove and 41 not upgraded.
    After this operation, 6 687 kB disk space will be freed.
    Do you want to continue? [Y/n] n
    Abort.
    

    我报告了一个关于“集成”的错误 1950692 。ubuntu-advantage-tools


    线索:

    • http://changelogs.ubuntu.com/changelogs/pool/main/u/update-notifier/update-notifier_3.192.30.9/changelog:

      update-notifier (3.192.30.7) 焦点;紧急=中等

      • 数据/apt_check.py:
        ...
        • 执行包裹计数时,请区分标准安全更新和 ESM 更新。(LP:#1926208)
    • https://git.launchpad.net/update-notifier/tree/data/apt_check.py#n254

    • https://github.com/canonical/ubuntu-advantage-client/blob/0e971e09ca30f21d581c0e8273579e892d198920/features/attach_validtoken.feature#L95

    • 11
  2. Lech
    2021-11-18T05:00:10+08:002021-11-18T05:00:10+08:00

    您对标准安全更新是正确的。在任何 Ubuntu LTS 版本的最初 5 年内,它们都在 Ubuntu 主存储库中提供。例如,直到 2025 年,Ubuntu 20.04 LTS 都会从中受益。

    ESM 安全更新确实属于不同的类别——它们超越了标准安全更新。访问需要订阅,但这并不一定意味着您必须支付任何费用。任何人都可以获得免费订阅供个人使用。

    订阅:https ://ubuntu.com/advantage 了解更多信息:https ://www.omgubuntu.co.uk/2021/09/ubuntu-16-04-security-updates-esm-for-free

    完全披露,我是 Canonical 的产品经理。

    • 1

相关问题

  • 如何编写 shell 脚本来安装应用程序列表?

  • 如何查看存档中可用的软件包的所有版本?

  • 是否可以说出我安装的哪些软件包不在原版安装中?

  • 如何删除 PPA?

  • 使用 apt-get upgrade 时如何强制安装内核更新?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve