mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
354 B
Plaintext
18 lines
354 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# vrms
|
|
|
|
> Report non-free packages installed on Debian-based OSes.
|
|
> More information: <https://salsa.debian.org/debian/check-dfsg-status>.
|
|
|
|
- List non-free and contrib packages (and their description):
|
|
|
|
`vrms`
|
|
|
|
- Only output the package names:
|
|
|
|
`vrms --sparse`
|