How to Install and Uninstall python3-vcstool.noarch Package on CentOS Stream 9
Last updated: November 29,2024
1. Install "python3-vcstool.noarch" package
Learn how to install python3-vcstool.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-vcstool.noarch
Copied
2. Uninstall "python3-vcstool.noarch" package
Learn how to uninstall python3-vcstool.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-vcstool.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-vcstool.noarch package on CentOS Stream 9
Last metadata expiration check: 0:20:55 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-vcstool
Version : 0.3.0
Release : 1.el9
Architecture : noarch
Size : 85 k
Source : python-vcstool-0.3.0-1.el9.src.rpm
Repository : epel
Summary : Tool to invoke vcs commands on multiple repositories
URL : https://github.com/dirk-thomas/vcstool
License : ASL 2.0
Description : Vcstool is a version control system (VCS) tool, designed to make working with
: multiple repositories easier.
:
: Note: This tool should not be confused with vcstools (with a trailing s) which
: provides a Python API for interacting with different version control systems.
: The biggest differences between the two are:
:
: - vcstool doesn't use any state beside the repository working copies available
: in the filesystem.
: - The file format of vcstool export uses the relative paths of the repositories
: as keys in YAML which avoids collisions by design.
: - vcstool has significantly less lines of code than vcstools including the
: command line tools built on top.
Available Packages
Name : python3-vcstool
Version : 0.3.0
Release : 1.el9
Architecture : noarch
Size : 85 k
Source : python-vcstool-0.3.0-1.el9.src.rpm
Repository : epel
Summary : Tool to invoke vcs commands on multiple repositories
URL : https://github.com/dirk-thomas/vcstool
License : ASL 2.0
Description : Vcstool is a version control system (VCS) tool, designed to make working with
: multiple repositories easier.
:
: Note: This tool should not be confused with vcstools (with a trailing s) which
: provides a Python API for interacting with different version control systems.
: The biggest differences between the two are:
:
: - vcstool doesn't use any state beside the repository working copies available
: in the filesystem.
: - The file format of vcstool export uses the relative paths of the repositories
: as keys in YAML which avoids collisions by design.
: - vcstool has significantly less lines of code than vcstools including the
: command line tools built on top.