How To Install hackrf-devel on Fedora 36

In this tutorial we learn how to install hackrf-devel in Fedora 36. hackrf-devel is Development files for hackrf

Introduction

In this tutorial we learn how to install hackrf-devel on Fedora 36.

What is hackrf-devel

Files needed to develop software against libhackrf.

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

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

sudo dnf -y install hackrf-devel

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

sudo yum -y install hackrf-devel

How To Uninstall hackrf-devel on Fedora 36

To uninstall only the hackrf-devel package we can use the following command:

sudo dnf remove hackrf-devel

hackrf-devel Package Contents on Fedora 36

/usr/include/libhackrf/hackrf.h
/usr/lib/libhackrf.so
/usr/lib/pkgconfig/libhackrf.pc

References

Summary

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


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

Introduction

In this tutorial we learn how to install hackrf-devel on Fedora 36.

What is hackrf-devel

Files needed to develop software against libhackrf.

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

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

sudo dnf -y install hackrf-devel

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

sudo yum -y install hackrf-devel

How To Uninstall hackrf-devel on Fedora 36

To uninstall only the hackrf-devel package we can use the following command:

sudo dnf remove hackrf-devel

hackrf-devel Package Contents on Fedora 36

/usr/include/libhackrf/hackrf.h
/usr/lib64/libhackrf.so
/usr/lib64/pkgconfig/libhackrf.pc

References

Summary

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