How To Install flwkey on Fedora 36

In this tutorial we learn how to install flwkey in Fedora 36. flwkey is Modem program for the K1EL Winkeyer series

Introduction

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

What is flwkey

Flwkey is a Winkeyer (or clone) control program for Amateur Radio use. It may be used concurrently with fldigi, fllog and flrig.

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

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

sudo dnf -y install flwkey

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

sudo yum -y install flwkey

How To Uninstall flwkey on Fedora 36

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

sudo dnf remove flwkey

flwkey Package Contents on Fedora 36

/usr/bin/flwkey
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/7b06258736a5a5828f4c8f304ab1f6003a979c
/usr/share/applications/flwkey.desktop
/usr/share/doc/flwkey
/usr/share/doc/flwkey/AUTHORS
/usr/share/doc/flwkey/ChangeLog
/usr/share/doc/flwkey/README
/usr/share/licenses/flwkey
/usr/share/licenses/flwkey/COPYING
/usr/share/metainfo/flwkey.appdata.xml
/usr/share/pixmaps/flwkey.xpm

References

Summary

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