Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -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: