How To Install gridloc on Fedora 36
Introduction
In this tutorial we learn how to install gridloc on Fedora 36.
What is gridloc
gridloc is a ncurses console application for the calculation of Maidenhead QRA Locators for ham radio operators from location co-ordinates, and vice-versa. gridloc also calculates distance and direction (long-path or short-path) from a “home” location to another (DX) location.
We can use yum or dnf to install gridloc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gridloc.
Install gridloc 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 gridloc using dnf by running the following command:
sudo dnf -y install gridloc
Install gridloc 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 gridloc using yum by running the following command:
sudo yum -y install gridloc
How To Uninstall gridloc on Fedora 36
To uninstall only the gridloc package we can use the following command:
sudo dnf remove gridloc
gridloc Package Contents on Fedora 36
/usr/bin/gridloc
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/a87da1bd3eac8fef94e82085a7b97f4668e3e0
/usr/share/doc/gridloc
/usr/share/doc/gridloc/AUTHORS
/usr/share/doc/gridloc/README
/usr/share/doc/gridloc/gridloc.html
/usr/share/doc/gridlocrc.sample
References
Summary
In this tutorial we learn how to install gridloc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).