LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

dnf-repoquery

query package repository information

TLDR

Query package dependencies
$ dnf repoquery --deplist [package]
copy

SYNOPSIS

dnf repoquery [options] [package]

DESCRIPTION

dnf repoquery is a powerful query tool that searches both local installed packages and remote repository metadata without requiring installation. It provides detailed package information including dependencies, file lists, capabilities, and relationships between packages.Unlike simple package listing commands, repoquery allows complex queries: finding which package provides a specific file or capability, showing all dependencies for a package, or listing all files within a package. The --whatprovides option is particularly useful for finding which package contains a missing library or command. Output formatting is highly customizable with --queryformat, making it suitable for scripting and automation. The tool doesn't require root privileges and can query repository packages without downloading them.

PARAMETERS

--deplist

Show dependencies
--provides
Show what package provides
--requires
Show requirements
--whatprovides file
Find package providing file
--installed
Query installed packages only
--available
Query available packages only
-l, --list
List files in package

CAVEATS

Can query both installed and repository packages. Output format can be customized with --queryformat.

SEE ALSO

dnf(8), rpm(8)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid