How to Install and Uninstall python310-GitPython Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python310-GitPython" package

This guide let you learn how to install python310-GitPython on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-GitPython

2. Uninstall "python310-GitPython" package

This is a short guide on how to uninstall python310-GitPython on openSuSE Tumbleweed:

$ sudo zypper remove python310-GitPython

3. Information about the python310-GitPython package on openSuSE Tumbleweed

Information for package python310-GitPython:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-GitPython
Version : 3.1.34.1693646983.2a2ae77-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : python-GitPython-3.1.34.1693646983.2a2ae77-1.4.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.