How To Install linhpsdr on Fedora 36

In this tutorial we learn how to install linhpsdr in Fedora 36. linhpsdr is An HPSDR application for Linux

Introduction

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

What is linhpsdr

An HPSDR (High Performance Software Defined Radio) application for controlling HPSDR compatible radios, e.g. Orion, Angelia, Hermes, …

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

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

sudo dnf -y install linhpsdr

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

sudo yum -y install linhpsdr

How To Uninstall linhpsdr on Fedora 36

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

sudo dnf remove linhpsdr

linhpsdr Package Contents on Fedora 36

/usr/bin/linhpsdr
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/39cf64c845c0428b2d33d662d560f0dfaf7342
/usr/share/applications/linhpsdr.desktop
/usr/share/doc/linhpsdr
/usr/share/doc/linhpsdr/README.md
/usr/share/icons/hicolor/512x512/hpsdr_icon.png
/usr/share/licenses/linhpsdr
/usr/share/licenses/linhpsdr/LICENSE
/usr/share/linhpsdr
/usr/share/linhpsdr/hpsdr.png
/usr/share/linhpsdr/hpsdr_small.png

References

Summary

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