How To Install qmapshack on Fedora 36

In this tutorial we learn how to install qmapshack in Fedora 36. qmapshack is GPS mapping and management tool

Introduction

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

What is qmapshack

QMapShack provides a versatile tool for GPS maps in GeoTiff format as well as Garmin’s img vector map format. You can also view and edit your GPX tracks. QMapShack is the successor of QLandkarteGT. Main features - use of several work-spaces - use several maps on a work-space - handle data project-oriented - exchange data with the device by drag-n-drop

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

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

sudo dnf -y install qmapshack

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

sudo yum -y install qmapshack

How To Uninstall qmapshack on Fedora 36

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

sudo dnf remove qmapshack

qmapshack Package Contents on Fedora 36

/usr/bin/qmapshack
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/8a72cb8acc042b37938071a21cc58e45497ed4
/usr/share/applications/qmapshack.desktop
/usr/share/doc/HTML/QMSHelp.qch
/usr/share/doc/HTML/QMSHelp.qhc
/usr/share/doc/qmapshack
/usr/share/doc/qmapshack/changelog.txt
/usr/share/icons/hicolor/128x128/apps/QMapShack.png
/usr/share/icons/hicolor/16x16/apps/QMapShack.png
/usr/share/icons/hicolor/192x192/apps/QMapShack.png
/usr/share/icons/hicolor/22x22/apps/QMapShack.png
/usr/share/icons/hicolor/24x24/apps/QMapShack.png
/usr/share/icons/hicolor/256x256/apps/QMapShack.png
/usr/share/icons/hicolor/32x32/apps/QMapShack.png
/usr/share/icons/hicolor/36x36/apps/QMapShack.png
/usr/share/icons/hicolor/40x40/apps/QMapShack.png
/usr/share/icons/hicolor/42x42/apps/QMapShack.png
/usr/share/icons/hicolor/48x48/apps/QMapShack.png
/usr/share/icons/hicolor/512x512/apps/QMapShack.png
/usr/share/icons/hicolor/64x64/apps/QMapShack.png
/usr/share/icons/hicolor/72x72/apps/QMapShack.png
/usr/share/icons/hicolor/80x80/apps/QMapShack.png
/usr/share/icons/hicolor/8x8/apps/QMapShack.png
/usr/share/icons/hicolor/96x96/apps/QMapShack.png
/usr/share/licenses/qmapshack
/usr/share/licenses/qmapshack/LICENSE
/usr/share/man/man1/qmapshack.1.gz
/usr/share/pixmaps/QMapShack.png
/usr/share/qmapshack
/usr/share/qmapshack/translations
/usr/share/qmapshack/translations/qmapshack_ca.qm
/usr/share/qmapshack/translations/qmapshack_cs.qm
/usr/share/qmapshack/translations/qmapshack_de.qm
/usr/share/qmapshack/translations/qmapshack_es.qm
/usr/share/qmapshack/translations/qmapshack_fr.qm
/usr/share/qmapshack/translations/qmapshack_it.qm
/usr/share/qmapshack/translations/qmapshack_nl.qm
/usr/share/qmapshack/translations/qmapshack_ru.qm

References

Summary

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