How to Install and Uninstall python3-vcstools.noarch Package on Fedora 38

Last updated: February 05,2025

1. Install "python3-vcstools.noarch" package

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

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

2. Uninstall "python3-vcstools.noarch" package

Here is a brief guide to show you how to uninstall python3-vcstools.noarch on Fedora 38:

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

3. Information about the python3-vcstools.noarch package on Fedora 38

Last metadata expiration check: 1:02:49 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-vcstools
Version : 0.1.42
Release : 13.fc38
Architecture : noarch
Size : 270 k
Source : python-vcstools-0.1.42-13.fc38.src.rpm
Repository : fedora
Summary : Version Control System tools for Python
URL : http://www.ros.org/wiki/vcstools
License : BSD
Description : The vcstools module provides a Python API for interacting with different
: version control systems (VCS/SCMs). The VcsClient class provides an API
: for seamless interacting with Git, Mercurial (Hg), Bzr and SVN. The focus
: of the API is manipulating on-disk checkouts of source-controlled trees.
: Its main use is to support the rosinstall tool.