1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/check-support-status.md

17 lines
488 B
Markdown
Raw Normal View History

2019-11-28 22:24:45 +01:00
# 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>.
2019-11-28 22:24:45 +01:00
- 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`