mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
543 B
Plaintext
22 lines
543 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ubuntu-security-status
|
|
|
|
> Display information about security support for installed Ubuntu packages.
|
|
> More information: <https://git.launchpad.net/ubuntu/+source/update-manager/tree/ubuntu-security-status>.
|
|
|
|
- Display the number of unsupported packages:
|
|
|
|
`ubuntu-security-status`
|
|
|
|
- List packages that are no longer available for download:
|
|
|
|
`ubuntu-security-status --unavailable`
|
|
|
|
- List third-party packages:
|
|
|
|
`ubuntu-security-status --thirdparty`
|