How to Install and Uninstall python3-tcx2gpx.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "python3-tcx2gpx.noarch" package

Learn how to install python3-tcx2gpx.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-tcx2gpx.noarch

2. Uninstall "python3-tcx2gpx.noarch" package

Please follow the guidelines below to uninstall python3-tcx2gpx.noarch on Fedora 39:

$ sudo dnf remove python3-tcx2gpx.noarch $ sudo dnf autoremove

3. Information about the python3-tcx2gpx.noarch package on Fedora 39

Last metadata expiration check: 2:40:31 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-tcx2gpx
Version : 0.1.4
Release : 3.fc39
Architecture : noarch
Size : 26 k
Source : python-tcx2gpx-0.1.4-3.fc39.src.rpm
Repository : fedora
Summary : Convert Garmin TPX to GPX
URL : https://gitlab.com/nshephard/tcx2gpx
License : GPL-3.0-only
Description : This module converts the Garmin tcx GPS file format to the
: more commonly used gpx file format. Both formats are a form
: of XML but there are some fields in the former that are not
: present in the later. It uses two packages to do the grunt
: work tcxparser and gpxpy.