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

Last updated: October 06,2024

1. Install "python3-tcx2gpx.noarch" package

Please follow the guidelines below to install python3-tcx2gpx.noarch on Fedora 38

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

2. Uninstall "python3-tcx2gpx.noarch" package

Please follow the step by step instructions below to uninstall python3-tcx2gpx.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:19:25 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-tcx2gpx
Version : 0.1.4
Release : 1.fc38
Architecture : noarch
Size : 26 k
Source : python-tcx2gpx-0.1.4-1.fc38.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.