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

Last updated: September 29,2024

1. Install "python3-setuptools_git.noarch" package

Please follow the instructions below to install python3-setuptools_git.noarch on Fedora 34

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

2. Uninstall "python3-setuptools_git.noarch" package

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

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

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

Last metadata expiration check: 5:01:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-setuptools_git
Version : 1.2
Release : 2.fc34
Architecture : noarch
Size : 25 k
Source : python-setuptools_git-1.2-2.fc34.src.rpm
Repository : fedora
Summary : Setuptools revision control system plugin for Git
URL : http://pypi.python.org/pypi/setuptools-git
License : BSD
Description :
: This is a plugin for setup tools that enables Git integration. Once
: installed, Setuptools can be told to include in a module distribution
: all the files tracked by git. This is an alternative to explicit
: inclusion specifications with MANIFEST.in.