snippetbashTip
pro — Manage Ubuntu Pro services. More information: <https://manned.org/ubuntu-advantage>.
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 attachDisplay the status of Ubuntu Pro services:
pro statusCheck 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-statusList packages that are no longer available for download:
pro security-status --unavailableList third-party packages:
pro security-status --thirdpartyCode Snippets
Connect your system to the Ubuntu Pro support contract
sudo pro attachDisplay the status of Ubuntu Pro services
pro statusCheck 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-statusList packages that are no longer available for download
pro security-status --unavailableContext
tldr-pages: linux/pro
Revisions (0)
No revisions yet.