mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 00:59:11 +00:00
Update cheatsheets
This commit is contained in:
@@ -19,11 +19,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display direct and indirect dependencies of a package:
|
||||
|
||||
`urpmq --requires-recursive {{package}}`
|
||||
`urpmq {{[-d|--requires-recursive]}} {{package}}`
|
||||
|
||||
- List the not installed packages needed for an RPM file with their sources:
|
||||
|
||||
`sudo urpmq --requires-recursive -m --sources {{path/to/file.rpm}}`
|
||||
`sudo urpmq {{[-d|--requires-recursive]}} -m --sources {{path/to/file.rpm}}`
|
||||
|
||||
- List all configured media with their URLs, including inactive media:
|
||||
|
||||
@@ -31,7 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Search for a package printing [g]roup, version and [r]elease:
|
||||
|
||||
`urpmq -g -r --fuzzy {{keyword}}`
|
||||
`urpmq -g -r {{[-y|--fuzzy]}} {{keyword}}`
|
||||
|
||||
- Search for a package with using its exact name:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user