How To Install flrig on CentOS 7

In this tutorial we learn how to install flrig on CentOS 7. flrig is Transceiver control program

Introduction

In this tutorial we learn how to install flrig on CentOS 7.

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

Install flrig on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

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

sudo yum -y install flrig

Install flrig on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

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

sudo dnf -y install flrig

How To Uninstall flrig on CentOS 7

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

sudo dnf remove flrig

References

Summary

In this tutorial we learn how to install flrig on CentOS 7 using yum and dnf.