How To Install gpsbabel on Fedora 36
Introduction
In this tutorial we learn how to install gpsbabel
on Fedora 36.
What is gpsbabel
Converts GPS waypoint, route, and track data from one format type to another.
We can use yum
or dnf
to install gpsbabel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gpsbabel.
Install gpsbabel 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 gpsbabel
using dnf
by running the following command:
sudo dnf -y install gpsbabel
Install gpsbabel 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 gpsbabel
using yum
by running the following command:
sudo yum -y install gpsbabel
How To Uninstall gpsbabel on Fedora 36
To uninstall only the gpsbabel
package we can use the following command:
sudo dnf remove gpsbabel
gpsbabel Package Contents on Fedora 36
/usr/bin/gpsbabel
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/f8825b484e43324190536f4a4b88a72d02918c
/usr/share/doc/gpsbabel
/usr/share/doc/gpsbabel/AUTHORS
/usr/share/doc/gpsbabel/README.contrib
/usr/share/doc/gpsbabel/README.igc
/usr/share/doc/gpsbabel/README.mapconverter
/usr/share/doc/gpsbabel/README.md
/usr/share/licenses/gpsbabel
/usr/share/licenses/gpsbabel/COPYING
References
Summary
In this tutorial we learn how to install gpsbabel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).