How to Install and Uninstall python3-GitPython.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: January 12,2025
1. Install "python3-GitPython.noarch" package
In this section, we are going to explain the necessary steps to install python3-GitPython.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-GitPython.noarch
Copied
2. Uninstall "python3-GitPython.noarch" package
This tutorial shows how to uninstall python3-GitPython.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-GitPython.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-GitPython.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:26:03 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-GitPython
Version : 3.1.18
Release : 2.el8
Architecture : noarch
Size : 278 k
Source : GitPython-3.1.18-2.el8.src.rpm
Repository : epel
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.
:
: Python 3 version.
Available Packages
Name : python3-GitPython
Version : 3.1.18
Release : 2.el8
Architecture : noarch
Size : 278 k
Source : GitPython-3.1.18-2.el8.src.rpm
Repository : epel
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.
:
: Python 3 version.