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

Last updated: October 05,2024

1. Install "python3-wstool.noarch" package

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

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

2. Uninstall "python3-wstool.noarch" package

Please follow the guidance below to uninstall python3-wstool.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:51:24 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-wstool
Version : 0.1.18
Release : 5.fc34
Architecture : noarch
Size : 92 k
Source : python-wstool-0.1.18-5.fc34.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.