HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

check-support-status — Identify installed Debian packages for which support has had to be limited or prematurely ended. Mor

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddebianclicheck-support-statusidentifyforinstalledpackages
linux

Problem

How to use the check-support-status command: Identify installed Debian packages for which support has had to be limited or prematurely ended. More information: <https://manned.org/check-support-status>.

Solution

check-support-status — Identify installed Debian packages for which support has had to be limited or prematurely ended. More information: <https://manned.org/check-support-status>.

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

Code Snippets

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

Context

tldr-pages: linux/check-support-status

Revisions (0)

No revisions yet.