LinuxCommandLibrary

pro

Manage Ubuntu Pro services.

TLDR

Connect your system to the Ubuntu Pro support contract

$ sudo pro attach
copy


Display the status of Ubuntu Pro services
$ pro status
copy


Check if the system is affected by a specific vulnerability (and apply a fix if possible)
$ pro fix [CVE-number]
copy


Display the number of unsupported packages
$ pro security-status
copy


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


List third-party packages
$ pro security-status --thirdparty
copy

Copied to clipboard