我可以将 Ubuntu Pro 与临时版本一起使用吗?

Gre*_*set 2 22.10 ubuntu-pro

我为我的 Ubuntu Desktop 22.10 购买了 Ubuntu Pro。我首先联系了 Ubuntu 官方销售部门,因为显然 Ubuntu Pro 与 22.10 不兼容。他们回复说:机器兼容。我只是无法为您提供设置方面的技术支持。对不起!

有人有关于如何设置的更多信息吗?

Tho*_*ard 7

请注意,Ubuntu Pro仅适用于 Ubuntu 的 LTS 版本,不会为非 LTS 版本提供任何好处。

这可以通过将您的系统连接到 Ubuntu Pro 来证明,如下文有关它的部分所述,然后运行sudo pro status --all以获取类似这样的输出,了解您在该订阅下可用的内容。我们可以在此处比较 LTS 与非 LTS 状态权利以及每种权利的可用内容:

Ubuntu 22.04 LTS 系统

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.1 LTS
Release:    22.04
Codename:   jammy

$ sudo pro status --all
SERVICE          ENTITLED  STATUS    DESCRIPTION
cc-eal           yes       n/a       Common Criteria EAL2 Provisioning Packages
esm-apps         yes       enabled   Expanded Security Maintenance for Applications
esm-infra        yes       enabled   Expanded Security Maintenance for Infrastructure
fips             yes       n/a       NIST-certified core packages
fips-updates     yes       n/a       NIST-certified core packages with priority security updates
livepatch        yes       enabled   Canonical Livepatch service
realtime-kernel  yes       disabled  Ubuntu kernel with PREEMPT_RT patches integrated
ros              yes       n/a       Security Updates for the Robot Operating System
ros-updates      yes       n/a       All Updates for the Robot Operating System
usg              yes       n/a       Security compliance and audit tools

Enable services with: pro enable <service>

     Account: <snip>
Subscription: Ubuntu Pro - free personal subscription
Run Code Online (Sandbox Code Playgroud)

Ubuntu 22.10 非 LTS 系统

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.10
Release:    22.10
Codename:   kinetic

$ sudo pro status --all
SERVICE          ENTITLED  STATUS    DESCRIPTION
cc-eal           yes       n/a       Common Criteria EAL2 Provisioning Packages
cis              yes       n/a       Security compliance and audit tools
esm-apps         yes       n/a       Expanded Security Maintenance for Applications
esm-infra        yes       n/a       Expanded Security Maintenance for Infrastructure
fips             yes       n/a       NIST-certified core packages
fips-updates     yes       n/a       NIST-certified core packages with priority security updates
livepatch        yes       n/a       Canonical Livepatch service
realtime-kernel  yes       n/a       Ubuntu kernel with PREEMPT_RT patches integrated
ros              yes       n/a       Security Updates for the Robot Operating System
ros-updates      yes       n/a       All Updates for the Robot Operating System

Enable services with: pro enable <service>

     Account: <snip>
Subscription: Ubuntu Pro - free personal subscription
Run Code Online (Sandbox Code Playgroud)

正如您所看到的,只有 LTS 版本才有权使用 Ubuntu Pro 中的任何内容,因此您的 22.10 系统不会从 Pro 订阅中获得任何好处。


不过,要将您的系统附加到专业版订阅中......

尽管 Pro 版仅限于 LTS,但请转到 Pro 版仪表板(网址为https://ubuntu.com/pro/dashboard),您将列出您的订阅。您单击您的订阅,右侧的信息就会更改。在您看到令牌和文档的地方,它会向您显示将系统连接到 Ubuntu Pro 所需运行的命令 - 即sudo pro attach TOKEN_HERE.

这是我的Pro 仪表板的屏幕截图示例(我对过期/旧的 LTS 盒子使用“免费”Pro,这些盒子需要 ESM,但也需要 Livepatch,请注意,我是 Ubuntu 会员,所以在幕后,“5 免费”实际上更多机器超过 5 台,但这里只反映了 5 台)。


请注意,专业版计划并不都是平等的!除非您需要完整的 Canonical 技术支持,否则您在桌面安装上获得对“便宜”Pro 授权计划的零支持,在这种情况下,它仅适用于 LTS 版本,并且每个系统 300 美元。有关每种订阅类型/级别附带的详细信息,请参阅https://ubuntu.com/pricing/pro 。

在此输入图像描述