How To Install tqsllib-devel on Fedora 36

In this tutorial we learn how to install tqsllib-devel in Fedora 36. tqsllib-devel is Development files the for TrustedQSL library

Introduction

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

What is tqsllib-devel

The TrustedQSL library is used for generating digitally signed QSO records (records of Amateur Radio contacts). This package contains the to develop with tqsllib.

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

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

sudo dnf -y install tqsllib-devel

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

sudo yum -y install tqsllib-devel

How To Uninstall tqsllib-devel on Fedora 36

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

sudo dnf remove tqsllib-devel

tqsllib-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `tqsllib-devel`

> The TrustedQSL library is used for generating digitally signed QSO records (records of Amateur Radio contacts). This package contains the to develop with tqsllib.  

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

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

sudo dnf -y install tqsllib-devel
/usr/include/adif.h
/usr/include/cabrillo.h
/usr/include/tqslconvert.h
/usr/include/tqslerrno.h
/usr/include/tqsllib.h
/usr/lib/libtqsllib.so

Install tqsllib-devel on Fedora 36 Using yum

Update yum database with yum using the following command.



```bash
## References
sudo yum makecache --refresh

Summary

After updating yum database, We can install tqsllib-devel using yum by running the following command:

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

How To Uninstall tqsllib-devel on Fedora 36

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

sudo dnf remove tqsllib-devel

tqsllib-devel Package Contents on Fedora 36

/usr/include/adif.h
/usr/include/cabrillo.h
/usr/include/tqslconvert.h
/usr/include/tqslerrno.h
/usr/include/tqsllib.h
/usr/lib64/libtqsllib.so

References

Summary

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