How To Install python3-hamlib on Fedora 36

In this tutorial we learn how to install python3-hamlib in Fedora 36. python3-hamlib is Hamlib radio control library Python binding

Introduction

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

What is python3-hamlib

Hamlib Python Language bindings to allow radio control from Python scripts.

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

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

sudo dnf -y install python3-hamlib

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

sudo yum -y install python3-hamlib

How To Uninstall python3-hamlib on Fedora 36

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

sudo dnf remove python3-hamlib

python3-hamlib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/693f70343ef5e757a99631db38fc4f96da9e51
/usr/lib64/python3.10/site-packages/Hamlib.py
/usr/lib64/python3.10/site-packages/_Hamlib.so
/usr/lib64/python3.10/site-packages/__pycache__/Hamlib.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/Hamlib.cpython-310.pyc

References

Summary

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