How To Install qmaptool on Fedora 36
Introduction
In this tutorial we learn how to install qmaptool on Fedora 36.
What is qmaptool
This is a tool to create raster maps from paper map scans. QMapTool can be considered as a front-end to the well-known GDAL package. It complements QMapShack.
We can use yum or dnf to install qmaptool on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qmaptool.
Install qmaptool 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 qmaptool using dnf by running the following command:
sudo dnf -y install qmaptool
Install qmaptool 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 qmaptool using yum by running the following command:
sudo yum -y install qmaptool
How To Uninstall qmaptool on Fedora 36
To uninstall only the qmaptool package we can use the following command:
sudo dnf remove qmaptool
qmaptool Package Contents on Fedora 36
/usr/bin/qmaptool
/usr/bin/qmt_map2jnx
/usr/bin/qmt_rgb2pct
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/b99eaa74e820e7af06d4e2f121d4c8eaa5f1ee
/usr/lib/.build-id/44
/usr/lib/.build-id/44/49a1d43ffd4dc6ce8edecd6166a221c6a9c282
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/192f1a22dabb1423b3a9501f5ea134a7e73f80
/usr/share/applications/qmaptool.desktop
/usr/share/doc/HTML/QMTHelp.qch
/usr/share/doc/HTML/QMTHelp.qhc
/usr/share/icons/hicolor/128x128/apps/QMapTool.png
/usr/share/icons/hicolor/16x16/apps/QMapTool.png
/usr/share/icons/hicolor/192x192/apps/QMapTool.png
/usr/share/icons/hicolor/22x22/apps/QMapTool.png
/usr/share/icons/hicolor/24x24/apps/QMapTool.png
/usr/share/icons/hicolor/256x256/apps/QMapTool.png
/usr/share/icons/hicolor/32x32/apps/QMapTool.png
/usr/share/icons/hicolor/36x36/apps/QMapTool.png
/usr/share/icons/hicolor/40x40/apps/QMapTool.png
/usr/share/icons/hicolor/42x42/apps/QMapTool.png
/usr/share/icons/hicolor/48x48/apps/QMapTool.png
/usr/share/icons/hicolor/512x512/apps/QMapTool.png
/usr/share/icons/hicolor/64x64/apps/QMapTool.png
/usr/share/icons/hicolor/72x72/apps/QMapTool.png
/usr/share/icons/hicolor/80x80/apps/QMapTool.png
/usr/share/icons/hicolor/8x8/apps/QMapTool.png
/usr/share/icons/hicolor/96x96/apps/QMapTool.png
/usr/share/man/man1/qmaptool.1.gz
/usr/share/man/man1/qmt_map2jnx.1.gz
/usr/share/man/man1/qmt_rgb2pct.1.gz
/usr/share/pixmaps/QMapTool.png
/usr/share/qmaptool
/usr/share/qmaptool/translations
/usr/share/qmaptool/translations/qmaptool_de.qm
/usr/share/qmaptool/translations/qmaptool_es.qm
/usr/share/qmaptool/translations/qmaptool_it.qm
/usr/share/qmaptool/translations/qmaptool_ru.qm
/usr/share/qmt_rgb2pct
/usr/share/qmt_rgb2pct/translations
/usr/share/qmt_rgb2pct/translations/qmt_rgb2pct_de.qm
References
Summary
In this tutorial we learn how to install qmaptool on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).