How To Install xpsk31 on Fedora 36
Introduction
In this tutorial we learn how to install xpsk31 on Fedora 36.
What is xpsk31
xpsk31 is a GTK+ graphical version of lpsk31, using the same basic signal decoding and encoding engine but controlled by the user via the GUI. In addition it has a FFT-derived “waterfall” display of the incoming signal and a “magniphase” display that shows the magnitude, phase and frequency error of the psk31 signal.
We can use yum or dnf to install xpsk31 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xpsk31.
Install xpsk31 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 xpsk31 using dnf by running the following command:
sudo dnf -y install xpsk31
Install xpsk31 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 xpsk31 using yum by running the following command:
sudo yum -y install xpsk31
How To Uninstall xpsk31 on Fedora 36
To uninstall only the xpsk31 package we can use the following command:
sudo dnf remove xpsk31
xpsk31 Package Contents on Fedora 36
/usr/bin/xpsk31
/usr/bin/xpsk31.bin
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/a62e7f1485c1677080f9fa8322aa73a487de27
/usr/share/applications/xpsk31.desktop
/usr/share/doc/xpsk31
/usr/share/doc/xpsk31/AUTHORS
/usr/share/doc/xpsk31/README
/usr/share/doc/xpsk31/p31g3plx.pdf
/usr/share/doc/xpsk31/xpsk31.html
/usr/share/licenses/xpsk31
/usr/share/licenses/xpsk31/COPYING
/usr/share/man/man1/xpsk31.1.gz
/usr/share/pixmaps/xpsk31.png
/usr/share/xpsk31
/usr/share/xpsk31/xpsk31.glade
/usr/share/xpsk31/xpsk31rc
References
Summary
In this tutorial we learn how to install xpsk31 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).