How To Install gpx-viewer on Fedora 36
Introduction
In this tutorial we learn how to install gpx-viewer
on Fedora 36.
What is gpx-viewer
GPX Viewer is a simple tool to visualize tracks and waypoints stored in a gpx file. It has the following features - Show multiple GPX files - Height map - Show waypoints and multiple tracks per gpx file - Highlight selected track - Show speed vs time graph - Show distance, duration, average, moving average, max speed, moving time and gps points - Zooming - Smoothing of speed graph - Playback of track - Highlighting points in speed graph on map
We can use yum
or dnf
to install gpx-viewer
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gpx-viewer.
Install gpx-viewer 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 gpx-viewer
using dnf
by running the following command:
sudo dnf -y install gpx-viewer
Install gpx-viewer 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 gpx-viewer
using yum
by running the following command:
sudo yum -y install gpx-viewer
How To Uninstall gpx-viewer on Fedora 36
To uninstall only the gpx-viewer
package we can use the following command:
sudo dnf remove gpx-viewer
gpx-viewer Package Contents on Fedora 36
/usr/bin/gpx-viewer
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/32729d8ae05fa1986ac7995e7861fe84807851
/usr/share/applications/gpx-viewer.desktop
/usr/share/doc/gpx-viewer
/usr/share/doc/gpx-viewer/AUTHORS
/usr/share/doc/gpx-viewer/COPYING
/usr/share/doc/gpx-viewer/ChangeLog
/usr/share/doc/gpx-viewer/README
/usr/share/gpx-viewer
/usr/share/gpx-viewer/default-layout.xml
/usr/share/gpx-viewer/gpx-viewer-file-chooser.ui
/usr/share/gpx-viewer/gpx-viewer-preferences.ui
/usr/share/gpx-viewer/gpx-viewer-tracklist.ui
/usr/share/gpx-viewer/gpx-viewer.ui
/usr/share/gpx-viewer/icons
/usr/share/gpx-viewer/icons/hicolor
/usr/share/gpx-viewer/icons/hicolor/scalable
/usr/share/gpx-viewer/icons/hicolor/scalable/status
/usr/share/gpx-viewer/icons/hicolor/scalable/status/pin-blue.svg
/usr/share/gpx-viewer/icons/hicolor/scalable/status/pin-green.svg
/usr/share/gpx-viewer/icons/hicolor/scalable/status/pin-grey.svg
/usr/share/gpx-viewer/icons/hicolor/scalable/status/pin-orange.svg
/usr/share/gpx-viewer/icons/hicolor/scalable/status/pin-purple.svg
/usr/share/gpx-viewer/icons/hicolor/scalable/status/pin-red.svg
/usr/share/gpx-viewer/icons/hicolor/scalable/status/pin-yellow.svg
/usr/share/icons/hicolor/16x16/apps/gpx-viewer.png
/usr/share/icons/hicolor/22x22/apps/gpx-viewer.png
/usr/share/icons/hicolor/24x24/apps/gpx-viewer.png
/usr/share/icons/hicolor/256x256/apps/gpx-viewer.png
/usr/share/icons/hicolor/32x32/apps/gpx-viewer.png
/usr/share/icons/hicolor/48x48/apps/gpx-viewer.png
/usr/share/icons/hicolor/scalable/apps/gpx-viewer.svg
/usr/share/locale/ar/LC_MESSAGES/gpx-viewer.mo
/usr/share/locale/cs/LC_MESSAGES/gpx-viewer.mo
/usr/share/locale/de/LC_MESSAGES/gpx-viewer.mo
/usr/share/locale/el/LC_MESSAGES/gpx-viewer.mo
/usr/share/locale/es/LC_MESSAGES/gpx-viewer.mo
/usr/share/locale/fr/LC_MESSAGES/gpx-viewer.mo
/usr/share/locale/hu/LC_MESSAGES/gpx-viewer.mo
/usr/share/locale/it/LC_MESSAGES/gpx-viewer.mo
/usr/share/locale/ru/LC_MESSAGES/gpx-viewer.mo
/usr/share/locale/uk/LC_MESSAGES/gpx-viewer.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gpx-viewer.mo
/usr/share/mime/packages/gpx-viewer.xml
References
Summary
In this tutorial we learn how to install gpx-viewer
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).