mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
580 B
Plaintext
22 lines
580 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|