How To Install SoapySDR on Fedora 36
Introduction
In this tutorial we learn how to install SoapySDR
on Fedora 36.
What is SoapySDR
SoapySDR is an open-source generalized C/C++ API and runtime library for interfacing with Software-Defined Radio (SDR) devices.
We can use yum
or dnf
to install SoapySDR
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SoapySDR.
Install SoapySDR 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 SoapySDR
using dnf
by running the following command:
sudo dnf -y install SoapySDR
Install SoapySDR 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 SoapySDR
using yum
by running the following command:
sudo yum -y install SoapySDR
How To Uninstall SoapySDR on Fedora 36
To uninstall only the SoapySDR
package we can use the following command:
sudo dnf remove SoapySDR
SoapySDR Package Contents on Fedora 36
/usr/bin/SoapySDRUtil
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/9c0e760c8e3cc2bc772d798b0695f15e015035
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/94dfbbd78cd368c5975a532d076a8f23b21432
/usr/lib/SoapySDR
/usr/lib/SoapySDR/modules0.8
/usr/lib/libSoapySDR.so.0.8
/usr/lib/libSoapySDR.so.0.8.1
/usr/share/doc/SoapySDR
/usr/share/doc/SoapySDR/README.md
/usr/share/licenses/SoapySDR
/usr/share/licenses/SoapySDR/LICENSE_1_0.txt
/usr/share/man/man1/SoapySDRUtil.1.gz
References
Summary
In this tutorial we learn how to install SoapySDR
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install SoapySDR on Fedora 36” linkTitle: “SoapySDR” type: “docs” description: “In this tutorial we learn how to install SoapySDR in Fedora 36. SoapySDR is A Vendor Neutral and Platform Independent SDR Support Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/SoapySDR-featured.png
Introduction
In this tutorial we learn how to install SoapySDR
on Fedora 36.
What is SoapySDR
SoapySDR is an open-source generalized C/C++ API and runtime library for interfacing with Software-Defined Radio (SDR) devices.
We can use yum
or dnf
to install SoapySDR
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SoapySDR.
Install SoapySDR 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 SoapySDR
using dnf
by running the following command:
sudo dnf -y install SoapySDR
Install SoapySDR 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 SoapySDR
using yum
by running the following command:
sudo yum -y install SoapySDR
How To Uninstall SoapySDR on Fedora 36
To uninstall only the SoapySDR
package we can use the following command:
sudo dnf remove SoapySDR
SoapySDR Package Contents on Fedora 36
/usr/bin/SoapySDRUtil
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/1e54665a5763f72aac1489a159c2ca5ed2e2a9
/usr/lib/.build-id/87
/usr/lib/.build-id/87/beff0e9d95d9be5eb9bd69374b51e5c2d30794
/usr/lib64/SoapySDR
/usr/lib64/SoapySDR/modules0.8
/usr/lib64/libSoapySDR.so.0.8
/usr/lib64/libSoapySDR.so.0.8.1
/usr/share/doc/SoapySDR
/usr/share/doc/SoapySDR/README.md
/usr/share/licenses/SoapySDR
/usr/share/licenses/SoapySDR/LICENSE_1_0.txt
/usr/share/man/man1/SoapySDRUtil.1.gz
References
Summary
In this tutorial we learn how to install SoapySDR
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).