How To Install flrig on Fedora 36

In this tutorial we learn how to install flrig in Fedora 36. flrig is Transceiver control program

Introduction

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

What is flrig

Flrig is a transceiver control program designed to be used either stand alone or as an adjunct to fldigi. The supported transceivers all have some degree of CAT. The flrig user interface changes to accommodate the degree of CAT support available for the transceiver in use.

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

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

sudo dnf -y install flrig

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

sudo yum -y install flrig

How To Uninstall flrig on Fedora 36

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

sudo dnf remove flrig

flrig Package Contents on Fedora 36

/usr/bin/flrig
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/fcc0bfdc6f4287620a803f3361434ba43c9ca7
/usr/share/applications/flrig.desktop
/usr/share/doc/flrig
/usr/share/doc/flrig/AUTHORS
/usr/share/doc/flrig/ChangeLog
/usr/share/doc/flrig/README
/usr/share/licenses/flrig
/usr/share/licenses/flrig/COPYING
/usr/share/metainfo/flrig.appdata.xml
/usr/share/pixmaps/flrig.xpm

References

Summary

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