How To Install quearcode on Fedora 36
Introduction
In this tutorial we learn how to install quearcode on Fedora 36.
What is quearcode
Convert strings and small files to QR Codes
We can use yum or dnf to install quearcode on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install quearcode.
Install quearcode 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 quearcode using dnf by running the following command:
sudo dnf -y install quearcode
Install quearcode 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 quearcode using yum by running the following command:
sudo yum -y install quearcode
How To Uninstall quearcode on Fedora 36
To uninstall only the quearcode package we can use the following command:
sudo dnf remove quearcode
quearcode Package Contents on Fedora 36
/usr/bin/quearcode
/usr/share/appdata/quearcode.appdata.xml
/usr/share/applications/quearcode.desktop
/usr/share/doc/quearcode
/usr/share/doc/quearcode/COPYING
/usr/share/doc/quearcode/README
/usr/share/icons/hicolor/scalable/apps/quearcode.png
/usr/share/quearcode
/usr/share/quearcode/logo.png
References
Summary
In this tutorial we learn how to install quearcode on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).