1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-10 21:25:24 +02:00
tldr/pages/linux/deborphan.md
Managor 77e10496de
linux/d*: add option placeholders, mnemonics and refresh more info links (#16996)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-06-29 11:32:13 +03:00

16 lines
558 B
Markdown

# deborphan
> Display orphan packages on operating systems using the APT package manager.
> More information: <https://manned.org/deborphan>.
- Display library packages (from the "libs" section of the package repository) which are not required by another package:
`deborphan`
- List orphan packages from the "libs" section as well as orphan packages that have a name that looks like a library name:
`deborphan --guess-all`
- Find packages which are only recommended or suggested (but not required) by another package:
`deborphan {{[-n|--nice-mode]}}`