How To Install xfhell on Fedora 36

In this tutorial we learn how to install xfhell in Fedora 36. xfhell is GTK based Ham Radio application for the Hellschreiber communications mode

Introduction

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

What is xfhell

xfhell is a GTK+ application for the “fuzzy” digital amateur radio communication mode known as Hellschreiber.

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

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

sudo dnf -y install xfhell

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

sudo yum -y install xfhell

How To Uninstall xfhell on Fedora 36

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

sudo dnf remove xfhell

xfhell Package Contents on Fedora 36

/usr/bin/xfhell
/usr/lib/.build-id
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/6c4dcf991679cfdad430da54c4c78c8d60c7c8
/usr/share/applications/xfhell.desktop
/usr/share/doc/xfhell
/usr/share/doc/xfhell/AUTHORS
/usr/share/doc/xfhell/BDF_Spec.pdf
/usr/share/doc/xfhell/ChangeLog
/usr/share/doc/xfhell/README
/usr/share/doc/xfhell/xfhell.html
/usr/share/man/man1/xfhell.1.gz
/usr/share/pixmaps/xfhell.png

References

Summary

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