From dfe68a35a22f2d894ff70875d822766686e1f475 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 9 May 2023 04:17:10 +0200 Subject: [PATCH] pro: add page (#10158) * pro: add page --------- Co-authored-by: K.B.Dharun Krishna --- pages/linux/pro.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/pro.md diff --git a/pages/linux/pro.md b/pages/linux/pro.md new file mode 100644 index 000000000..4cdbbea5d --- /dev/null +++ b/pages/linux/pro.md @@ -0,0 +1,28 @@ +# pro + +> Manage Ubuntu Pro services. +> More information: . + +- 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`