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

Last updated: May 01,2024

1. Install "python3-setuptools-git" package

In this section, we are going to explain the necessary steps to install python3-setuptools-git on openSUSE Leap

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

2. Uninstall "python3-setuptools-git" package

Please follow the steps below to uninstall python3-setuptools-git on openSUSE Leap:

$ sudo zypper remove python3-setuptools-git

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

Information for package python3-setuptools-git:
-----------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-setuptools-git
Version : 1.2-150400.5.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 69.1 KiB
Installed : No
Status : not installed
Source package : python3-setuptools-git-1.2-150400.5.69.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.