How to Install and Uninstall python311-setuptools-git Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python311-setuptools-git" package

This guide let you learn how to install python311-setuptools-git on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-setuptools-git

2. Uninstall "python311-setuptools-git" package

Please follow the guidelines below to uninstall python311-setuptools-git on openSuSE Tumbleweed:

$ sudo zypper remove python311-setuptools-git

3. Information about the python311-setuptools-git package on openSuSE Tumbleweed

Information for package python311-setuptools-git:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-setuptools-git
Version : 1.2-4.6
Arch : noarch
Vendor : openSUSE
Installed Size : 100.2 KiB
Installed : No
Status : not installed
Source package : python-setuptools-git-1.2-4.6.src
Upstream URL : https://github.com/wichert/setuptools-git
Summary : Setuptools revision control system plugin for Git
Description :
This is a plugin for setuptools that enables git integration. Once
installed, Setuptools can be told to include in a package distribution
all the files tracked by git. This is an alternative to explicit
inclusion specifications with MANIFEST.in.
This package was formerly known as gitlsfiles. The name change is the
result of an effort by the setuptools plugin developers to provide a
uniform naming convention.