How To Install liquid-dsp on Fedora 36
Introduction
In this tutorial we learn how to install liquid-dsp
on Fedora 36.
What is liquid-dsp
Digital signal processing library for software-defined radios
We can use yum
or dnf
to install liquid-dsp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liquid-dsp.
Install liquid-dsp 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 liquid-dsp
using dnf
by running the following command:
sudo dnf -y install liquid-dsp
Install liquid-dsp 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 liquid-dsp
using yum
by running the following command:
sudo yum -y install liquid-dsp
How To Uninstall liquid-dsp on Fedora 36
To uninstall only the liquid-dsp
package we can use the following command:
sudo dnf remove liquid-dsp
liquid-dsp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/32460232182680a46e40672ef27e20ac80ca06
/usr/lib/libliquid.so.1.4.0
/usr/share/licenses/liquid-dsp
/usr/share/licenses/liquid-dsp/LICENSE
References
Summary
In this tutorial we learn how to install liquid-dsp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install liquid-dsp on Fedora 36” linkTitle: “liquid-dsp” type: “docs” description: “In this tutorial we learn how to install liquid-dsp in Fedora 36. liquid-dsp is Digital Signal Processing Library for Software-Defined Radios” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/liquid-dsp-featured.png
Introduction
In this tutorial we learn how to install liquid-dsp
on Fedora 36.
What is liquid-dsp
Digital signal processing library for software-defined radios
We can use yum
or dnf
to install liquid-dsp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liquid-dsp.
Install liquid-dsp 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 liquid-dsp
using dnf
by running the following command:
sudo dnf -y install liquid-dsp
Install liquid-dsp 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 liquid-dsp
using yum
by running the following command:
sudo yum -y install liquid-dsp
How To Uninstall liquid-dsp on Fedora 36
To uninstall only the liquid-dsp
package we can use the following command:
sudo dnf remove liquid-dsp
liquid-dsp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/4ee66d3486f59745a6744423e489c0ea858c58
/usr/lib64/libliquid.so.1.4.0
/usr/share/licenses/liquid-dsp
/usr/share/licenses/liquid-dsp/LICENSE
References
Summary
In this tutorial we learn how to install liquid-dsp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).