snippetbashTip
deborphan — Display orphan packages on operating systems using the APT package manager. More information: <https
Viewed 0 times
orphancommandsystemsoperatingclideborphandisplaypackages
linux
Problem
How to use the
deborphan command: Display orphan packages on operating systems using the APT package manager. More information: <https://manned.org/deborphan>.Solution
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:
deborphanList orphan packages from the "libs" section as well as orphan packages that have a name that looks like a library name:
deborphan --guess-allFind packages which are only recommended or suggested (but not required) by another package:
deborphan {{[-n|--nice-mode]}}Code Snippets
Display library packages (from the "libs" section of the package repository) which are not required by another package
deborphanList orphan packages from the "libs" section as well as orphan packages that have a name that looks like a library name
deborphan --guess-allFind packages which are only recommended or suggested (but not required) by another package
deborphan {{[-n|--nice-mode]}}Context
tldr-pages: linux/deborphan
Revisions (0)
No revisions yet.