How To Install qbrew on Fedora 36

In this tutorial we learn how to install qbrew in Fedora 36. qbrew is A Brewing Recipe Calculator

Introduction

In this tutorial we learn how to install qbrew on Fedora 36.

What is qbrew

QBrew is a homebrewer’s recipe calculator. You can create and modify ale and lager recipes as well as calculate gravity, color, and bitterness. QBrew includes a database of styles, grains, hops, and miscellaneous ingredients, plus a brewing tutorial.

We can use yum or dnf to install qbrew on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qbrew.

Install qbrew 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 qbrew using dnf by running the following command:

sudo dnf -y install qbrew

Install qbrew 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 qbrew using yum by running the following command:

sudo yum -y install qbrew

How To Uninstall qbrew on Fedora 36

To uninstall only the qbrew package we can use the following command:

sudo dnf remove qbrew

qbrew Package Contents on Fedora 36

/usr/bin/qbrew
/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/c550c4b89e9827778962898553180c2ca5c8ee
/usr/share/applications/qbrew.desktop
/usr/share/doc/qbrew
/usr/share/doc/qbrew/AUTHORS
/usr/share/doc/qbrew/ChangeLog
/usr/share/doc/qbrew/LICENSE
/usr/share/doc/qbrew/README
/usr/share/doc/qbrew/TODO
/usr/share/doc/qbrew/handbook-configuration.html
/usr/share/doc/qbrew/handbook-copyright.html
/usr/share/doc/qbrew/handbook-credits.html
/usr/share/doc/qbrew/handbook-faq.html
/usr/share/doc/qbrew/handbook-hop.html
/usr/share/doc/qbrew/handbook-index.html
/usr/share/doc/qbrew/handbook-intro.html
/usr/share/doc/qbrew/handbook-misc.html
/usr/share/doc/qbrew/handbook-notes.html
/usr/share/doc/qbrew/handbook-reference.html
/usr/share/doc/qbrew/handbook-using.html
/usr/share/doc/qbrew/paleale.qbrew
/usr/share/doc/qbrew/primer-design.html
/usr/share/doc/qbrew/primer-equipment.html
/usr/share/doc/qbrew/primer-firstbrew.html
/usr/share/doc/qbrew/primer-glossary.html
/usr/share/doc/qbrew/primer-mashing.html
/usr/share/doc/qbrew/primer-recipes.html
/usr/share/doc/qbrew/primer.html
/usr/share/doc/qbrew/stout.qbrew
/usr/share/pixmaps/qbrew.png
/usr/share/qbrew
/usr/share/qbrew/qbrewdata
/usr/share/qbrew/splash.png
/usr/share/qbrew/translations
/usr/share/qbrew/translations/qbrew_de.qm
/usr/share/qbrew/translations/qbrew_de.ts

References

Summary

In this tutorial we learn how to install qbrew on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).