我为我的 Ubuntu Desktop 22.10 购买了 Ubuntu Pro。我首先联系了官方 Ubuntu 销售部门,因为 Ubuntu Pro 显然与 22.10 不兼容。他们回复说:机器兼容。我只是无法为您提供设置技术支持。很抱歉!
有谁有更多关于如何设置的信息吗?
答案1
请注意,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
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
如您所见,只有 LTS 版本才有权使用 Ubuntu Pro 中的任何功能,因此您的 22.10 系统无法从 Pro 订阅中受益。
但是,要将您的系统附加到 Pro 订阅...
尽管 Pro 仅适用于 LTS,但您可以访问 Pro 仪表板https://ubuntu.com/pro/dashboard然后您将看到您的订阅列表。单击您的订阅,右侧的信息将更改为它。在您看到令牌和文档的地方,它会向您显示要运行的命令以将您的系统连接到 Ubuntu Pro - 即sudo pro attach TOKEN_HERE
。
这是来自的屏幕截图示例我的Pro 仪表板(我使用 Pro“免费”来处理需要 ESM 和 Livepatch 的过期/旧 LTS 盒子,请注意,我是 Ubuntu 会员,因此在幕后,“5 免费”实际上是更多的机器数量超过 5,但这里只反映 5)。
请注意,专业版计划并不完全相同!除非您想完整的 Canonical 技术支持,在这种情况下它仅适用于 LTS 版本,每个系统售价 300 美元。参见https://ubuntu.com/pricing/pro了解每种订阅类型/层级的详细信息。
答案2
Ubuntu Pro 适用于 Ubuntu 的 LTS 版本。22.10 不是 LTS 版本,因此您不能在那里使用它。
Ubuntu Pro 对于个人用户也是免费的。
您的机器可能兼容,这意味着硬件可以与 Ubuntu Pro 一起使用。