How to Install and Uninstall python3-git Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-git" package

Here is a brief guide to show you how to install python3-git on Kali Linux

$ sudo apt update $ sudo apt install python3-git

2. Uninstall "python3-git" package

This guide covers the steps necessary to uninstall python3-git on Kali Linux:

$ sudo apt remove python3-git $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-git package on Kali Linux

Package: python3-git
Source: python-git
Version: 3.1.37-3
Installed-Size: 654
Maintainer: Debian Python Team
Architecture: all
Depends: git, python3-gitdb, python3-typing-extensions | python3-supported-min (>= 3.8), python3:any
Suggests: python-git-doc
Size: 136760
SHA256: 26822a4a12095eca74419dfb259108a3d12c5fbf0001d66f2b08f3368c3847bf
SHA1: 1d5c129d196f28695db03406373a6142bdd17f77
MD5sum: 3df1e95a8d2651bfbda8198edc4795b0
Description: Python library to interact with Git repositories
The GitPython project provides object model access to a Git repository, so
Python can be used to manipulate it. Repository objects can be opened or
created, which can then be traversed to find parent commit(s), trees, blobs,
etc.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/gitpython-developers/GitPython
Section: python
Priority: optional
Filename: pool/main/p/python-git/python3-git_3.1.37-3_all.deb