How To Install gr-hpsdr-devel on Fedora 36
Introduction
In this tutorial we learn how to install gr-hpsdr-devel
on Fedora 36.
What is gr-hpsdr-devel
Development files for gr-hpsdr.
We can use yum
or dnf
to install gr-hpsdr-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gr-hpsdr-devel.
Install gr-hpsdr-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 gr-hpsdr-devel
using dnf
by running the following command:
sudo dnf -y install gr-hpsdr-devel
Install gr-hpsdr-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 gr-hpsdr-devel
using yum
by running the following command:
sudo yum -y install gr-hpsdr-devel
How To Uninstall gr-hpsdr-devel on Fedora 36
To uninstall only the gr-hpsdr-devel
package we can use the following command:
sudo dnf remove gr-hpsdr-devel
gr-hpsdr-devel Package Contents on Fedora 36
---
title: "How To Install gr-hpsdr-devel on Fedora 36"
linkTitle: "gr-hpsdr-devel"
type: "docs"
description: "In this tutorial we learn how to install gr-hpsdr-devel in Fedora 36. gr-hpsdr-devel is Development files for gr-hpsdr"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gr-hpsdr-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `gr-hpsdr-devel` on Fedora 36.
### What is `gr-hpsdr-devel`
> Development files for gr-hpsdr.
We can use `yum` or `dnf` to install `gr-hpsdr-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gr-hpsdr-devel.
## Install gr-hpsdr-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install gr-hpsdr-devel
using dnf
by running the following command:
sudo dnf -y install gr-hpsdr-devel
Install gr-hpsdr-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
/usr/include/hpsdr /usr/include/hpsdr/api.h /usr/include/hpsdr/hermesNB.h /usr/include/hpsdr/hermesWB.h /usr/lib/cmake/hpsdr /usr/lib/cmake/hpsdr/gnuradio-hpsdrConfig.cmake /usr/lib/cmake/hpsdr/gnuradio-hpsdrTargets-release.cmake /usr/lib/cmake/hpsdr/gnuradio-hpsdrTargets.cmake /usr/lib/cmake/hpsdr/hpsdrConfig.cmake /usr/lib/libgnuradio-hpsdr.so
After updating yum database, We can install gr-hpsdr-devel
using yum
by running the following command:
sudo yum -y install gr-hpsdr-devel
How To Uninstall gr-hpsdr-devel on Fedora 36
To uninstall only the `gr-hpsdr-devel` package we can use the following command:
## References
```bash
sudo dnf remove gr-hpsdr-devel
* [gr-hpsdr-devel website](https://github.com/Tom-McDermott/gr-hpsdr)
Summary
gr-hpsdr-devel Package Contents on Fedora 36
In this tutorial we learn how to install `gr-hpsdr-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
/usr/include/hpsdr
/usr/include/hpsdr/api.h
/usr/include/hpsdr/hermesNB.h
/usr/include/hpsdr/hermesWB.h
/usr/lib64/cmake/hpsdr
/usr/lib64/cmake/hpsdr/gnuradio-hpsdrConfig.cmake
/usr/lib64/cmake/hpsdr/gnuradio-hpsdrTargets-release.cmake
/usr/lib64/cmake/hpsdr/gnuradio-hpsdrTargets.cmake
/usr/lib64/cmake/hpsdr/hpsdrConfig.cmake
/usr/lib64/libgnuradio-hpsdr.so
References
Summary
In this tutorial we learn how to install gr-hpsdr-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).