How To Install soapy-uhd on Fedora 36
Introduction
In this tutorial we learn how to install soapy-uhd
on Fedora 36.
What is soapy-uhd
Soapy SDR plugins for UHD supported SDR devices.
We can use yum
or dnf
to install soapy-uhd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install soapy-uhd.
Install soapy-uhd 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 soapy-uhd
using dnf
by running the following command:
sudo dnf -y install soapy-uhd
Install soapy-uhd 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 soapy-uhd
using yum
by running the following command:
sudo yum -y install soapy-uhd
How To Uninstall soapy-uhd on Fedora 36
To uninstall only the soapy-uhd
package we can use the following command:
sudo dnf remove soapy-uhd
soapy-uhd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/95d55f8e80a7974a871863120b1cf3945540c0
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/9ce328c58e5fd3d4cf6a56631d5419dc1c5209
/usr/lib64/SoapySDR/modules0.8/libuhdSupport.so
/usr/lib64/uhd/modules/libsoapySupport.so
/usr/share/doc/soapy-uhd
/usr/share/doc/soapy-uhd/Changelog.txt
/usr/share/doc/soapy-uhd/README.md
/usr/share/licenses/soapy-uhd
/usr/share/licenses/soapy-uhd/COPYING
References
Summary
In this tutorial we learn how to install soapy-uhd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).