mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 12:41:53 +00:00
19 lines
439 B
Plaintext
19 lines
439 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# check-dfsg-status
|
|
|
|
> Report non-free packages installed on Debian-based OSes.
|
|
> This command was formerly known as `vrms`.
|
|
> More information: <https://debian.pages.debian.net/check-dfsg-status/>.
|
|
|
|
- List non-free and contrib packages (and their description):
|
|
|
|
`check-dfsg-status`
|
|
|
|
- Only output the package names:
|
|
|
|
`check-dfsg-status --sparse`
|