Description
fedrq - a tool for querying the Fedora and EPEL repositories
fedrq makes it easy to query any branch of Fedora or EPEL. It uses the dnf Python bindings and does not shell out to dnf repoquery. It allows querying for reverse dependencies, packages that contain a certain Provide or file, subpackages of an SRPM, and package metadata.
The tool doesn't seek to replace every feature of dnf repoquery. It provides a more user friendly interface than dnf repoquery for certain common tasks.
Installation Instructions
sudo dnf copr enable -y gotmax23/fedrq
sudo dnf install -y fedrq
See the README and fedrq(1) for more information.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 9 | x86_64 (51)* | EPEL 9 (98 downloads) |
Fedora 39 | x86_64 (72)* | Fedora 39 (0 downloads) |
Fedora 40 | x86_64 (56)* | Fedora 40 (67 downloads) |
Fedora 41 | x86_64 (10)* | Fedora 41 (14 downloads) |
Fedora rawhide | x86_64 (12)* | Fedora rawhide (93 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable gotmax23/fedrq
More info about enabling Copr repositories