How To Install wdsp on Fedora 36

In this tutorial we learn how to install wdsp in Fedora 36. wdsp is DSP library for LinHPSDR

Introduction

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

What is wdsp

DSP library for LinHPSDR.

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

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

sudo dnf -y install wdsp

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

sudo yum -y install wdsp

How To Uninstall wdsp on Fedora 36

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

sudo dnf remove wdsp

wdsp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/b936a044d83f84f1a086130b8ba3b52c832408
/usr/lib/libwdsp.so.0.1
/usr/share/doc/wdsp
/usr/share/doc/wdsp/README.md
/usr/share/licenses/wdsp
/usr/share/licenses/wdsp/COPYING

References

Summary

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


title: “How To Install wdsp on Fedora 36” linkTitle: “wdsp” type: “docs” description: “In this tutorial we learn how to install wdsp in Fedora 36. wdsp is DSP library for LinHPSDR” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/wdsp-featured.png

Introduction

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

What is wdsp

DSP library for LinHPSDR.

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

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

sudo dnf -y install wdsp

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

sudo yum -y install wdsp

How To Uninstall wdsp on Fedora 36

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

sudo dnf remove wdsp

wdsp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/e36799f05d764b0121577821e5ac9fa182da67
/usr/lib64/libwdsp.so.0.1
/usr/share/doc/wdsp
/usr/share/doc/wdsp/README.md
/usr/share/licenses/wdsp
/usr/share/licenses/wdsp/COPYING

References

Summary

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