Files
cheatsheet-tldr/tldr/linux/check-dfsg-status
2024-03-02 00:12:40 +00:00

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`