mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 23:51:27 +00:00
Update cheatsheets
This commit is contained in:
21
linux/check-support-status
Normal file
21
linux/check-support-status
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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://manpages.debian.org/latest/debian-security-support/check-support-status.html>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user