Viking is a free and open source GPS data editing and analyzing application for Linux and Windows. Using Viking, you can manage GPS data easily. It comes with options to create and edit tracks, routes and waypoints, you can follow realtime GPS position, geotag the image, DEM and OSRM routing support.
You can also show OpenTopoMap, OpenStreetMap(OSM) Maps, Generic Maps. and visualization of GPS data. It also comes with GPX, TCX, KML and KMZ files import and GPX, KMZ files export support.
Download Viking GPS Data Editor
How to Install Viking GPS Data Editor and Analyzer on Ubuntu
Viking is available as a flatpak package file from the remote flathub. You can install it via below command in the terminal application. (ctrl+alt+t).
flatpak install flathub org.viking.Viking
After the successful instllation of Viking, you can open it using below command.
flatpak run org.viking.Viking
Note: If you don’t already have flatpak and flathub installed,then install them on your system using the commands provided below. After the installation, restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And you can also uninstall Viking GPS application using below commands.
flatpak uninstall org.viking.Viking
[OR]
sudo flatpak uninstall org.viking.Viking