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

Last updated: October 05,2024

1. Install "python3-setuptools_git.noarch" package

This guide let you learn how to install python3-setuptools_git.noarch on Fedora 39

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

2. Uninstall "python3-setuptools_git.noarch" package

Please follow the guidelines below to uninstall python3-setuptools_git.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:18:56 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-setuptools_git
Version : 1.2
Release : 10.fc39
Architecture : noarch
Size : 32 k
Source : python-setuptools_git-1.2-10.fc39.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.