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

Last updated: September 28,2024

1. Install "python3-wstool.noarch" package

Please follow the steps below to install python3-wstool.noarch on Fedora 36

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

2. Uninstall "python3-wstool.noarch" package

This is a short guide on how to uninstall python3-wstool.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:10:39 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-wstool
Version : 0.1.18
Release : 8.fc36
Architecture : noarch
Size : 91 k
Source : python-wstool-0.1.18-8.fc36.src.rpm
Repository : fedora
Summary : Tool for managing a workspace of multiple heterogeneous SCM repositories
URL : http://www.ros.org/wiki/wstool
License : BSD
Description : wstool provides commands to manage several local SCM repositories (supports
: git, mercurial, subversion, bazaar) based on a single workspace definition file
: (.rosinstall).
:
: wstool replaces the rosws tool for catkin workspaces. As catkin workspaces
: create their own setup file and environment, wstool is reduced to version
: control functions only. So wstool does not have a "regenerate" command, and
: does not allow adding non-version controlled elements to workspaces. In all
: other respects, it behaves the same as rosws.