How To Install gpsbabel-gui on Rocky Linux 8
Introduction
In this tutorial we learn how to install gpsbabel-gui
on Rocky Linux 8.
What is gpsbabel-gui
Qt GUI interface for GPSBabel
We can use yum
or dnf
to install gpsbabel-gui
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gpsbabel-gui.
Install gpsbabel-gui on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gpsbabel-gui
using dnf
by running the following command:
sudo dnf -y install gpsbabel-gui
Install gpsbabel-gui on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gpsbabel-gui
using yum
by running the following command:
sudo yum -y install gpsbabel-gui
How To Uninstall gpsbabel-gui on Rocky Linux 8
To uninstall only the gpsbabel-gui
package we can use the following command:
sudo dnf remove gpsbabel-gui
gpsbabel-gui Package Contents on Rocky Linux 8
/usr/bin/gpsbabelfe
/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/e6a35ec6dd24b160b9f798e553c55e3a42d7b6
/usr/share/applications/gpsbabel.desktop
/usr/share/doc/gpsbabel-gui
/usr/share/doc/gpsbabel-gui/AUTHORS
/usr/share/doc/gpsbabel-gui/README.contrib
/usr/share/doc/gpsbabel-gui/README.gui
/usr/share/doc/gpsbabel-gui/TODO
/usr/share/gpsbabel
/usr/share/gpsbabel/gmapbase.html
/usr/share/icons/hicolor/256x256/apps/gpsbabel.png
/usr/share/licenses/gpsbabel-gui
/usr/share/licenses/gpsbabel-gui/COPYING.txt
/usr/share/qt5/translations/gpsbabel_de.qm
/usr/share/qt5/translations/gpsbabel_es.qm
/usr/share/qt5/translations/gpsbabel_fr.qm
/usr/share/qt5/translations/gpsbabel_hu.qm
/usr/share/qt5/translations/gpsbabel_it.qm
/usr/share/qt5/translations/gpsbabel_ru.qm
/usr/share/qt5/translations/gpsbabelfe_de.qm
/usr/share/qt5/translations/gpsbabelfe_es.qm
/usr/share/qt5/translations/gpsbabelfe_fr.qm
/usr/share/qt5/translations/gpsbabelfe_hu.qm
/usr/share/qt5/translations/gpsbabelfe_it.qm
/usr/share/qt5/translations/gpsbabelfe_ru.qm
References
Summary
In this tutorial we learn how to install gpsbabel-gui
on Rocky Linux 8 using yum and dnf.