HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pro — Manage Ubuntu Pro services. More information: <https://manned.org/ubuntu-advantage>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandservicesclimanageubuntumorepro
linux

Problem

How to use the pro command: Manage Ubuntu Pro services. More information: <https://manned.org/ubuntu-advantage>.

Solution

pro — Manage Ubuntu Pro services. More information: <https://manned.org/ubuntu-advantage>.

Connect your system to the Ubuntu Pro support contract:
sudo pro attach


Display the status of Ubuntu Pro services:
pro status


Check if the system is affected by a specific vulnerability (and apply a fix if possible):
pro fix {{CVE-number}}


Display the number of unsupported packages:
pro security-status


List packages that are no longer available for download:
pro security-status --unavailable


List third-party packages:
pro security-status --thirdparty

Code Snippets

Connect your system to the Ubuntu Pro support contract

sudo pro attach

Display the status of Ubuntu Pro services

pro status

Check if the system is affected by a specific vulnerability (and apply a fix if possible)

pro fix {{CVE-number}}

Display the number of unsupported packages

pro security-status

List packages that are no longer available for download

pro security-status --unavailable

Context

tldr-pages: linux/pro

Revisions (0)

No revisions yet.