How to Install and Uninstall python3-rosinstall.noarch Package on Fedora 36

Last updated: October 03,2024

1. Install "python3-rosinstall.noarch" package

Please follow the guidelines below to install python3-rosinstall.noarch on Fedora 36

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

2. Uninstall "python3-rosinstall.noarch" package

This guide covers the steps necessary to uninstall python3-rosinstall.noarch on Fedora 36:

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

3. Information about the python3-rosinstall.noarch package on Fedora 36

Last metadata expiration check: 5:49:49 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-rosinstall
Version : 0.7.8
Release : 15.fc36
Architecture : noarch
Size : 53 k
Source : python-rosinstall-0.7.8-15.fc36.src.rpm
Repository : fedora
Summary : ROS installation utilities
URL : http://www.ros.org/wiki/rosinstall
License : BSD
Description : rosinstall is a tool to check out ROS source code (or any source code, really)
: from multiple version control repositories and updating these checkouts. Given
: a *.rosinstall file that specifies where to get code, rosinstall will check
: out a working copy for you.