How To Install qbrew on Fedora 34

qbrew is A Brewing Recipe Calculator

Introduction

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

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install qbrew.

Install qbrew on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install qbrew using dnf by running the following command:

sudo dnf -y install qbrew

Install qbrew on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove qbrew

qbrew Package Contents on Fedora 34

/usr/bin/qbrew
/usr/lib/.build-id
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/e0dfa1daff2b72e643e8f8d781dd307049435e
/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 34 using yum and dnf.