2021-10-19 23:41:28 +02:00
|
|
|
# deborphan
|
|
|
|
|
|
|
|
> Display orphan packages on operating systems using the APT package manager.
|
2024-09-18 11:00:49 +02:00
|
|
|
> More information: <https://manned.org/deborphan>.
|
2021-10-19 23:41:28 +02:00
|
|
|
|
|
|
|
- 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`
|