How To Install foxtrotgps on Fedora 36
Introduction
In this tutorial we learn how to install foxtrotgps
on Fedora 36.
What is foxtrotgps
FoxtrotGPS is an easy-to-use graphical tool that can be used to track the position of a GPS receiver on a map in relation to user-defined points of interest (POIs), a destination and waypoints, and tracks loaded from files or internet routing-services. FoxtrotGPS also allows internet-connected users to share their position with other users and send messages. By default it uses map data from the OpenStreetMap.org project; additionally a variety of other repositories can easily be added.
We can use yum
or dnf
to install foxtrotgps
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install foxtrotgps.
Install foxtrotgps 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 foxtrotgps
using dnf
by running the following command:
sudo dnf -y install foxtrotgps
Install foxtrotgps 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 foxtrotgps
using yum
by running the following command:
sudo yum -y install foxtrotgps
How To Uninstall foxtrotgps on Fedora 36
To uninstall only the foxtrotgps
package we can use the following command:
sudo dnf remove foxtrotgps
foxtrotgps Package Contents on Fedora 36
/usr/bin/convert2gpx
/usr/bin/convert2osm
/usr/bin/foxtrotgps
/usr/bin/georss2foxtrotgps-poi
/usr/bin/gpx2osm
/usr/bin/osb2foxtrot
/usr/bin/poi2osm
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/61ccf687dff1aa346f6ab77eeb6510016ab277
/usr/share/GConf/gsettings/org.foxtrotgps.convert
/usr/share/applications/foxtrotgps.desktop
/usr/share/doc/foxtrotgps
/usr/share/doc/foxtrotgps/AUTHORS
/usr/share/doc/foxtrotgps/HACKING
/usr/share/doc/foxtrotgps/NEWS
/usr/share/doc/foxtrotgps/README.osb2foxtrot
/usr/share/foxtrotgps
/usr/share/foxtrotgps/foxtrotgps.glade
/usr/share/glib-2.0/schemas/org.foxtrotgps.gschema.xml
/usr/share/info/foxtrotgps.info.gz
/usr/share/licenses/foxtrotgps
/usr/share/licenses/foxtrotgps/COPYING
/usr/share/locale/bg/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/cs/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/de/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/es/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/fi/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/fr/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/hu/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/it/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/ja/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/nl/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/pl/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/pt_BR/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/ru/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/sk/LC_MESSAGES/foxtrotgps.mo
/usr/share/locale/sr/LC_MESSAGES/foxtrotgps.mo
/usr/share/man/man1/convert2gpx.1.gz
/usr/share/man/man1/convert2osm.1.gz
/usr/share/man/man1/foxtrotgps.1.gz
/usr/share/pixmaps/foxtrotgps-friend.png
/usr/share/pixmaps/foxtrotgps-myposition.png
/usr/share/pixmaps/foxtrotgps-photo.png
/usr/share/pixmaps/foxtrotgps-poi.png
/usr/share/pixmaps/foxtrotgps-wp.png
/usr/share/pixmaps/foxtrotgps.png
References
Summary
In this tutorial we learn how to install foxtrotgps
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).