mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 04:51:56 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Print what packages depend on a specific package:
|
||||
|
||||
`pactree --reverse {{package}}`
|
||||
`pactree {{[-r|--reverse]}} {{package}}`
|
||||
|
||||
- Dump dependencies one per line, skipping duplicates:
|
||||
|
||||
`pactree --unique {{package}}`
|
||||
`pactree {{[-u|--unique]}} {{package}}`
|
||||
|
||||
- Include optional dependencies of a specific package and colorize the output:
|
||||
|
||||
`pactree --optional --color {{package}}`
|
||||
`pactree {{[-co|--color --optional]}} {{package}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user