How to Install and Uninstall python3-GitPython.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "python3-GitPython.noarch" package

Please follow the step by step instructions below to install python3-GitPython.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-GitPython.noarch

2. Uninstall "python3-GitPython.noarch" package

Please follow the steps below to uninstall python3-GitPython.noarch on Fedora 36:

$ sudo dnf remove python3-GitPython.noarch $ sudo dnf autoremove

3. Information about the python3-GitPython.noarch package on Fedora 36

Last metadata expiration check: 1:08:17 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-GitPython
Version : 3.1.26
Release : 1.fc36
Architecture : noarch
Size : 275 k
Source : GitPython-3.1.26-1.fc36.src.rpm
Repository : fedora
Summary : Python Git Library
URL : https://github.com/gitpython-developers/GitPython
License : BSD
Description : GitPython is a python library used to interact with git repositories,
: high-level like git-porcelain, or low-level like git-plumbing.
:
: It provides abstractions of git objects for easy access of repository data, and
: additionally allows you to access the git repository more directly using either
: a pure python implementation, or the faster, but more resource intensive git
: command implementation.
:
: The object database implementation is optimized for handling large quantities
: of objects and large datasets, which is achieved by using low-level structures
: and data streaming.