How To Install linpsk on Fedora 36

In this tutorial we learn how to install linpsk in Fedora 36. linpsk is Psk31 and RTTY program for Linux

Introduction

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

What is linpsk

LinPsk is a program for operating on digital modes running on Linux. LinPsk supports BPSK, QPSK and RTTY at the moment. Main features are * the simultaneous decoding of up to four channels. * The different digital modes may be mixed * You can define a trigger on each channel to be notified if a text of your choice is detected. * You can log each received channel at a file. * For easy qso’ing you can define macros and for larger texts to be send you can use two files. * You can view the signal as spectrum or in a waterfall display. Both are scale-able in the frequency domain. At the Moment RTTY only supports 45 baud and 1.5 stop-bits.

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

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

sudo dnf -y install linpsk

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

sudo yum -y install linpsk

How To Uninstall linpsk on Fedora 36

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

sudo dnf remove linpsk

linpsk Package Contents on Fedora 36

/etc/skel/.linpsk/asoundrc
/usr/bin/linpsk
/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/ecdfad362e944f64a9b28078e74bcb376561ff
/usr/libexec/linpsk-bin
/usr/share/applications/linpsk.desktop
/usr/share/doc/linpsk
/usr/share/doc/linpsk/COPYING
/usr/share/doc/linpsk/ChangeLog
/usr/share/doc/linpsk/README
/usr/share/pixmaps/linpsk.png

References

Summary

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