How To Install tqsllib on Fedora 34

tqsllib is TrustedQSL library TrustedQSL library

Introduction

In this tutorial we learn how to install tqsllib on Fedora 34.

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. tqsllib 1 2.5.8 1.fc34 x86_64 207 k trustedqsl-2.5.8-1.fc34.src.rpm updates TrustedQSL library http BSD 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install tqsllib.

Install tqsllib on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install tqsllib

Install tqsllib on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove tqsllib

tqsllib Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/6c134878bf71e2ebc59aaf42eb2446f40a2cc6
/usr/lib/libtqsllib.so.2.5
/usr/share/doc/tqsllib
/usr/share/doc/tqsllib/ChangeLog.txt
/usr/share/doc/tqsllib/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/58241a8d1d2273cb79a4d2df28c086df5ef4e6
/usr/lib64/libtqsllib.so.2.5
/usr/share/doc/tqsllib
/usr/share/doc/tqsllib/ChangeLog.txt
/usr/share/doc/tqsllib/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/a66e23a2f47c346c6a2e45081e40ec1308d4c7
/usr/lib64/libtqsllib.so.2.5
/usr/share/doc/tqsllib
/usr/share/doc/tqsllib/ChangeLog.txt
/usr/share/doc/tqsllib/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/f21cf13d8a3f8d84dba3a9e978af1f573a3493
/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 34 using yum and dnf.