mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 16:50:27 +00:00
Update cheatsheets
This commit is contained in:
21
linux/deborphan
Normal file
21
linux/deborphan
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user