urpmq
linux
Query information about packages and media in Mageia. See also: `urpmi`, `urpmi.update`, `urpmi.addmedia`, `urpmi.removemedia`, `urpmf`, `urpme`.
More info →Options (2)
-d, --requires-recursivebooleanDisplay direct and indirect dependencies of a package
Example:
urpmq {{[-d|--requires-recursive]}} {{package}}-y, --fuzzybooleanSearch for a package printing [g]roup, version, and [r]elease
Example:
urpmq -g -r {{[-y|--fuzzy]}} {{keyword}}Examples (7)
Display information about an installable package
urpmq -i packageDisplay direct dependencies of a package
urpmq --requires packageDisplay direct and indirect dependencies of a package
urpmq [-d|--requires-recursive] packageList the not installed packages needed for an RPM file with their sources
List all configured media with their URLs, including inactive media
urpmq --list-media --list-urlSearch for a package printing [g]roup, version, and [r]elease
urpmq -g -r [-y|--fuzzy] keywordSearch for a package with using its exact name
urpmq -g -r packagemade by @shridhargupta | data from tldr-pages