2023-05-09 03:17:10 +01:00
|
|
|
# pro
|
|
|
|
|
|
|
|
> Manage Ubuntu Pro services.
|
2023-11-19 21:07:13 +00:00
|
|
|
> More information: <https://manpages.ubuntu.com/manpages/latest/man1/ubuntu-advantage.1.html>.
|
2023-05-09 03:17:10 +01:00
|
|
|
|
|
|
|
- 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`
|