deborphan: add page (#6921)

beep
Pierre Rudloff 2021-10-19 23:41:28 +02:00 committed by GitHub
parent dd9e99ed8f
commit 9a2cfc9e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/linux/deborphan.md Normal file
View File

@ -0,0 +1,16 @@
# deborphan
> Display orphan packages on operating systems using the APT package manager.
> More information: <https://manpages.debian.org/latest/deborphan/deborphan.html>.
- 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 --nice-mode`