How to Install and Uninstall python3-rosdistro.noarch Package on Fedora 34

Last updated: September 23,2024

1. Install "python3-rosdistro.noarch" package

Here is a brief guide to show you how to install python3-rosdistro.noarch on Fedora 34

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

2. Uninstall "python3-rosdistro.noarch" package

This is a short guide on how to uninstall python3-rosdistro.noarch on Fedora 34:

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

3. Information about the python3-rosdistro.noarch package on Fedora 34

Last metadata expiration check: 0:11:59 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-rosdistro
Version : 0.8.3
Release : 2.fc34
Architecture : noarch
Size : 105 k
Source : python-rosdistro-0.8.3-2.fc34.src.rpm
Repository : fedora
Summary : HTML documentation for 'python-rosdistro'
URL : http://www.ros.org/wiki/rosdistro
License : BSD and MIT
Description : The rosdistro tool allows you to get access to the full dependency tree and
: the version control system information of all packages and repositories. To
: increase performance, the rosdistro tool will automatically look for a cache
: file on your local disk. If no cache file is found locally, it will try to
: download the latest cache file from the server. The cache files are only used
: to improve performance, and are not needed to get correct results. rosdistro
: will automatically go to Github to find any dependencies that are not part
: of the cache file. Note that operation without a cache file can be very slow,
: depending on your own internet connection and the response times of Github.
: The rosdistro tool will always write the latest dependency information to a
: local cache file, to speed up performance for the next query.