From 95d472d781fdf72688105c0e7313087e2353f30c Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 28 Nov 2019 22:24:45 +0100 Subject: [PATCH] check-support-status: add page (#3629) --- pages/linux/check-support-status.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/check-support-status.md diff --git a/pages/linux/check-support-status.md b/pages/linux/check-support-status.md new file mode 100644 index 0000000000..606a57e63a --- /dev/null +++ b/pages/linux/check-support-status.md @@ -0,0 +1,16 @@ +# check-support-status + +> Identify installed Debian packages for which support has had to be limited or prematurely ended. +> More information: . + +- Display packages whose support is limited, has already ended or will end earlier than the distribution's end of life: + +`check-support-status` + +- Display only packages whose support has ended: + +`check-support-status --type {{ended}}` + +- Skip printing a headline: + +`check-support-status --no-heading`