How To Install xdemorse on Fedora 36
Introduction
In this tutorial we learn how to install xdemorse
on Fedora 36.
What is xdemorse
xdemorse is a GTK+ graphical version of demorse, using the same decoding engine as demorse. It has an FFT-derived “waterfall” display of the incoming audio signal’s spectrum, as well as a ‘scope-like display of the audio detector’s output and status of the mark/space discriminator (“slicer”). xdemorse also has CAT for the FT-847 and this can be used to net the receiver’s frequency to the incoming signal, by clicking near its trace in the waterfall display.
We can use yum
or dnf
to install xdemorse
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xdemorse.
Install xdemorse 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 xdemorse
using dnf
by running the following command:
sudo dnf -y install xdemorse
Install xdemorse 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 xdemorse
using yum
by running the following command:
sudo yum -y install xdemorse
How To Uninstall xdemorse on Fedora 36
To uninstall only the xdemorse
package we can use the following command:
sudo dnf remove xdemorse
xdemorse Package Contents on Fedora 36
/usr/bin/xdemorse
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/f5908e821037bf53855f47e3ec7aec15f5a0fe
/usr/libexec/xdemorse-bin
/usr/share/applications/xdemorse.desktop
/usr/share/doc/xdemorse
/usr/share/doc/xdemorse/AUTHORS
/usr/share/doc/xdemorse/ChangeLog
/usr/share/doc/xdemorse/Morsecode.txt
/usr/share/doc/xdemorse/README
/usr/share/doc/xdemorse/xdemorse.1.gz
/usr/share/doc/xdemorse/xdemorse.html
/usr/share/licenses/xdemorse
/usr/share/licenses/xdemorse/COPYING
/usr/share/man/man1/xdemorse.1.gz
/usr/share/pixmaps/xdemorse.png
/usr/share/xdemorse/xdemorse.glade
/usr/share/xdemorse/xdemorserc
References
Summary
In this tutorial we learn how to install xdemorse
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).