Answers:
运行ubuntu-support-status
将告诉您所安装的所有产品的支持能持续多长时间,以下是我的输出示例:
Support status summary of 'ivory':
You have 1904 packages (75.7%) supported until April 2021 (5y)
You have 14 packages (0.6%) supported until January 2022 (5y)
You have 83 packages (3.3%) supported until April 2019 (3y)
You have 237 packages (9.4%) supported until January 2017 (9m)
You have 80 packages (3.2%) that can not/no-longer be downloaded
You have 197 packages (7.8%) that are unsupported
Run with --show-unsupported, --show-supported or --show-all to see more details
运行hwe-support-status
以获得简单的结果。使用--verbose
选项,否则如果系统未使用LTS启用堆栈,则用户将看不到任何内容。
使用现有内核的14.04版本中的示例结果:
$ hwe-support-status
$ hwe-support-status --verbose
You are not running a system with a Hardware Enablement Stack. \
Your system is supported until April 2019.
上面的命令由Ubuntu上的update-manager-core软件包提供,该软件包与提供ubuntu-support-status
命令的软件包相同。
$ dpkg --search support-status
update-manager-core: /usr/bin/hwe-support-status
update-manager-core: /usr/bin/ubuntu-support-status
最终用户将只需要以下命令: hwe-support-status --verbose
ubuntu-support-status --show-all
实际查看您所有的应用程序以及支持它们直到或不再被支持的时间,这是很酷的。+1