How To Install demorse on Fedora 36
Introduction
In this tutorial we learn how to install demorse on Fedora 36.
What is demorse
demorse is a non-interactive command line tool for decoding Morse code signals into text. demorse detects the “dihs” and “dahs” that make a Morse code character via the computer’s sound card, which can be connected to a radio receiver tuned to a CW Morse code transmission or to a tone generator. The input signal is processed by a Goertzel tone detector which produces “mark” or “space” (signal/no signal) outputs and the resulting stream of Morse code “elements” is decoded into an ASCII character for printing to the screen. Currently demorse is a non- interactive command line tool for the console and decoded Morse signals are sent to stdout.
We can use yum or dnf to install demorse on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install demorse.
Install demorse 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 demorse using dnf by running the following command:
sudo dnf -y install demorse
Install demorse 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 demorse using yum by running the following command:
sudo yum -y install demorse
How To Uninstall demorse on Fedora 36
To uninstall only the demorse package we can use the following command:
sudo dnf remove demorse
demorse Package Contents on Fedora 36
/usr/bin/demorse
/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/9b856b9a1b27f76525fb0369277625d9da90a8
/usr/share/doc/demorse
/usr/share/doc/demorse/AUTHORS
/usr/share/doc/demorse/COPYING
/usr/share/doc/demorse/Morsecode.txt
/usr/share/doc/demorse/README
/usr/share/doc/demorse/demorse.html
References
Summary
In this tutorial we learn how to install demorse on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).