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`