How To Install LinLog on Fedora 36

In this tutorial we learn how to install LinLog in Fedora 36. LinLog is A ham radio logbook for Linux

Introduction

In this tutorial we learn how to install LinLog on Fedora 36.

What is LinLog

LinLogBook is a highly configurable amateur radio logbook for Linux. It uses an sql-database to store its data. For the ease of use sqlite 3 is used but it should be possible to use other databases like mysql, for instance.

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

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

sudo dnf -y install LinLog

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

sudo yum -y install LinLog

How To Uninstall LinLog on Fedora 36

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

sudo dnf remove LinLog

LinLog Package Contents on Fedora 36

/usr/bin/linlogbook
/usr/lib/.build-id
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/1bb30d9e93dbd0244e28ba402c78c79764e07e
/usr/share/LinLog
/usr/share/LinLog/basetables.sql
/usr/share/LinLog/example.sql
/usr/share/LinLog/statistics.sql
/usr/share/applications/linlogbook.desktop
/usr/share/doc/LinLog
/usr/share/doc/LinLog/ChangeLog
/usr/share/doc/LinLog/README
/usr/share/licenses/LinLog
/usr/share/licenses/LinLog/COPYING
/usr/share/pixmaps/linlogbook.png

References

Summary

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