1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/linux/pro.md

28 lines
589 B
Markdown

# pro
> Manage Ubuntu Pro services.
> More information: <https://manned.org/ubuntu-advantage.1>.
- 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`