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

Last updated: September 25,2024

1. Install "python3-setuptools_git.noarch" package

This is a short guide on how to install python3-setuptools_git.noarch on Fedora 35

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

2. Uninstall "python3-setuptools_git.noarch" package

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

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

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

Last metadata expiration check: 1:56:23 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-setuptools_git
Version : 1.2
Release : 4.fc35
Architecture : noarch
Size : 25 k
Source : python-setuptools_git-1.2-4.fc35.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.