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

Last updated: November 26,2024

1. Install "python3-wstool.noarch" package

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

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

2. Uninstall "python3-wstool.noarch" package

This guide covers the steps necessary to uninstall python3-wstool.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:44:42 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-wstool
Version : 0.1.18
Release : 7.fc35
Architecture : noarch
Size : 91 k
Source : python-wstool-0.1.18-7.fc35.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.