How to Install and Uninstall python2-setuptools-git Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python2-setuptools-git" package

Please follow the step by step instructions below to install python2-setuptools-git on openSUSE Leap

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

2. Uninstall "python2-setuptools-git" package

Please follow the guidelines below to uninstall python2-setuptools-git on openSUSE Leap:

$ sudo zypper remove python2-setuptools-git

3. Information about the python2-setuptools-git package on openSUSE Leap

Information for package python2-setuptools-git:
-----------------------------------------------
Repository : Main Repository
Name : python2-setuptools-git
Version : 1.2-bp153.1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 75,7 KiB
Installed : No
Status : not installed
Source package : python-setuptools-git-1.2-bp153.1.24.src
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.