How To Install tqsllib on Fedora 36
Introduction
In this tutorial we learn how to install tqsllib
on Fedora 36.
What is tqsllib
The TrustedQSL library is used for generating digitally signed QSO records (records of Amateur Radio contacts). This package contains the library and configuration files needed to run TrustedQSL applications.
We can use yum
or dnf
to install tqsllib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tqsllib.
Install tqsllib 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
using dnf
by running the following command:
sudo dnf -y install tqsllib
Install tqsllib 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
using yum
by running the following command:
sudo yum -y install tqsllib
How To Uninstall tqsllib on Fedora 36
To uninstall only the tqsllib
package we can use the following command:
sudo dnf remove tqsllib
tqsllib Package Contents on Fedora 36
---
title: "How To Install tqsllib on Fedora 36"
linkTitle: "tqsllib"
type: "docs"
description: "In this tutorial we learn how to install tqsllib in Fedora 36. tqsllib is TrustedQSL library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/tqsllib-featured.png
---
## Introduction
In this tutorial we learn how to install `tqsllib` on Fedora 36.
### What is `tqsllib`
> The TrustedQSL library is used for generating digitally signed QSO records (records of Amateur Radio contacts). This package contains the library and configuration files needed to run TrustedQSL applications.
We can use `yum` or `dnf` to install `tqsllib` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tqsllib.
## Install tqsllib 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
using dnf
by running the following command:
sudo dnf -y install tqsllib
Install tqsllib 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
using yum
by running the following command:
sudo yum -y install tqsllib
How To Uninstall tqsllib on Fedora 36
To uninstall only the tqsllib
package we can use the following command:
sudo dnf remove tqsllib
tqsllib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/1c57cb763b87f95500bcb85553f62a1ee0b3ec
/usr/lib/libtqsllib.so.2.5
/usr/share/doc/tqsllib
/usr/share/doc/tqsllib/ChangeLog.txt
/usr/share/doc/tqsllib/LICENSE
References
Summary
In this tutorial we learn how to install tqsllib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/da /usr/lib/.build-id/da/729ebcd23706015b5bfa788fdd63f746419183 /usr/lib64/libtqsllib.so.2.5 /usr/share/doc/tqsllib /usr/share/doc/tqsllib/ChangeLog.txt /usr/share/doc/tqsllib/LICENSE
## References
* [tqsllib website](http://sourceforge.net/projects/trustedqsl/)
## Summary
In this tutorial we learn how to install `tqsllib` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).