How to Install and Uninstall python3-GitPython Package on openSUSE Leap

Last updated: May 10,2024

1. Install "python3-GitPython" package

Please follow the step by step instructions below to install python3-GitPython on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-GitPython

2. Uninstall "python3-GitPython" package

This guide covers the steps necessary to uninstall python3-GitPython on openSUSE Leap:

$ sudo zypper remove python3-GitPython

3. Information about the python3-GitPython package on openSUSE Leap

Information for package python3-GitPython:
------------------------------------------
Repository : Update repository of openSUSE Backports
Name : python3-GitPython
Version : 3.1.12.1610074031.f653af66-bp155.3.3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-GitPython-3.1.12.1610074031.f653af66-bp155.3.3.1.src
Upstream URL : https://github.com/gitpython-developers/GitPython
Summary : Python Git Library
Description :
GitPython is a python library used to interact with Git repositories.
GitPython provides object model read and write access to your git repository.
Access repository information conveniently, alter the index directly, handle
remotes, or go down to low-level object database access with big-files support.
With the new object database abstraction added in 0.3, its even possible to
implement your own storage mechanisms, the currently available implementations
are 'cgit' and pure python, which is the default.