How To Install hamlib-devel on Fedora 36

In this tutorial we learn how to install hamlib-devel in Fedora 36. hamlib-devel is Development library to control radio transceivers and receivers

Introduction

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

What is hamlib-devel

Hamlib radio control library C development headers and libraries for building C applications with Hamlib.

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

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

sudo dnf -y install hamlib-devel

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

sudo yum -y install hamlib-devel

How To Uninstall hamlib-devel on Fedora 36

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

sudo dnf remove hamlib-devel

hamlib-devel Package Contents on Fedora 36

---
title: "How To Install hamlib-devel on Fedora 36"
linkTitle: "hamlib-devel"
type: "docs"
description: "In this tutorial we learn how to install hamlib-devel in Fedora 36. hamlib-devel is Development library to control radio transceivers and receivers"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/hamlib-devel-featured.png
---

## Introduction

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

### What is `hamlib-devel`

> Hamlib radio control library C development headers and libraries for building C applications with Hamlib.  

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

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

sudo dnf -y install hamlib-devel

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

sudo yum -y install hamlib-devel

How To Uninstall hamlib-devel on Fedora 36

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

sudo dnf remove hamlib-devel

hamlib-devel Package Contents on Fedora 36

/usr/include/hamlib
/usr/include/hamlib/ampclass.h
/usr/include/hamlib/amplifier.h
/usr/include/hamlib/amplist.h
/usr/include/hamlib/rig.h
/usr/include/hamlib/rig_dll.h
/usr/include/hamlib/riglist.h
/usr/include/hamlib/rotator.h
/usr/include/hamlib/rotlist.h
/usr/lib64/libhamlib.so
/usr/lib64/pkgconfig/hamlib.pc
/usr/lib64/tcl8.6/Hamlib/hamlibtcl.so
/usr/share/aclocal/hamlib.m4
/usr/share/doc/hamlib-devel
/usr/share/doc/hamlib-devel/README.developer

References

Summary

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

/usr/include/hamlib /usr/include/hamlib/ampclass.h /usr/include/hamlib/amplifier.h /usr/include/hamlib/amplist.h /usr/include/hamlib/rig.h /usr/include/hamlib/rig_dll.h /usr/include/hamlib/riglist.h /usr/include/hamlib/rotator.h /usr/include/hamlib/rotlist.h /usr/lib/libhamlib.so /usr/lib/pkgconfig/hamlib.pc /usr/lib/tcl8.6/Hamlib/hamlibtcl.so /usr/share/aclocal/hamlib.m4 /usr/share/doc/hamlib-devel /usr/share/doc/hamlib-devel/README.developer


## References

* [hamlib-devel website](http://www.hamlib.org)

## Summary

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