How To Install rhbzquery on Fedora 36
Introduction
In this tutorial we learn how to install rhbzquery on Fedora 36.
What is rhbzquery
A CLI tool for creating bugzilla queries for bugzilla.redhat.com.
We can use yum or dnf to install rhbzquery on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rhbzquery.
Install rhbzquery on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rhbzquery using dnf by running the following command:
sudo dnf -y install rhbzquery
Install rhbzquery on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rhbzquery using yum by running the following command:
sudo yum -y install rhbzquery
How To Uninstall rhbzquery on Fedora 36
To uninstall only the rhbzquery package we can use the following command:
sudo dnf remove rhbzquery
rhbzquery Package Contents on Fedora 36
/usr/bin/rhbzquery
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/ea9bc93ea4512c67fe3a8c6cd2575132b614a2
/usr/share/bash-completion/completions/rhbzquery
/usr/share/doc/rhbzquery
/usr/share/doc/rhbzquery/ChangeLog.md
/usr/share/doc/rhbzquery/README.md
/usr/share/doc/rhbzquery/TODO
/usr/share/licenses/rhbzquery
/usr/share/licenses/rhbzquery/LICENSE
/usr/share/man/man1/rhbzquery.1.gz
References
Summary
In this tutorial we learn how to install rhbzquery on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).