How To Install lpsk31 on Fedora 36
Introduction
In this tutorial we learn how to install lpsk31
on Fedora 36.
What is lpsk31
lpsk31 is a ncurses console application for ham radio communications in the popular PSK31 digital mode. lpsk31 uses only integer arithmetic for both signal detection and audio tone synthesis, so that it needs no floating point calculations for its operation. lpsk31 can keep a log of QSO’s in text and ADIF format as well as a raw log of all that is typed in the transmit window or displayed in the receive window.
We can use yum
or dnf
to install lpsk31
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lpsk31.
Install lpsk31 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 lpsk31
using dnf
by running the following command:
sudo dnf -y install lpsk31
Install lpsk31 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 lpsk31
using yum
by running the following command:
sudo yum -y install lpsk31
How To Uninstall lpsk31 on Fedora 36
To uninstall only the lpsk31
package we can use the following command:
sudo dnf remove lpsk31
lpsk31 Package Contents on Fedora 36
/usr/bin/lpsk31
/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/cc4101b286473c2308773145f5ac441bc860a6
/usr/libexec/lpsk31
/usr/share/doc/lpsk31
/usr/share/doc/lpsk31/AUTHORS
/usr/share/doc/lpsk31/README
/usr/share/doc/lpsk31/lpsk31.html
/usr/share/doc/lpsk31/p31g3plx.pdf
/usr/share/licenses/lpsk31
/usr/share/licenses/lpsk31/COPYING
/usr/share/lpsk31
/usr/share/lpsk31/lpsk31rc
References
Summary
In this tutorial we learn how to install lpsk31
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).