How To Install qrq on Fedora 36
Introduction
In this tutorial we learn how to install qrq
on Fedora 36.
What is qrq
qrq is an open source morse telegraphy trainer for Linux and Unix operating systems, similar to the classic DOS version of Rufz by DL4MM. It’s not intended for learning telegraphy, but to improve the ability to copy callsigns at high speeds, as needed for example for Contesting.
We can use yum
or dnf
to install qrq
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qrq.
Install qrq 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 qrq
using dnf
by running the following command:
sudo dnf -y install qrq
Install qrq 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 qrq
using yum
by running the following command:
sudo yum -y install qrq
How To Uninstall qrq on Fedora 36
To uninstall only the qrq
package we can use the following command:
sudo dnf remove qrq
qrq Package Contents on Fedora 36
/usr/bin/qrq
/usr/bin/qrqscore
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/4cf814208cd59858fd71648ad26c0eaa12dfc7
/usr/share/doc/qrq
/usr/share/doc/qrq/COPYING
/usr/share/doc/qrq/ChangeLog
/usr/share/doc/qrq/README
/usr/share/man/man1/qrq.1.gz
/usr/share/qrq
/usr/share/qrq/callbase.qcb
/usr/share/qrq/english.qcb
/usr/share/qrq/qrqrc
/usr/share/qrq/toplist
References
Summary
In this tutorial we learn how to install qrq
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).