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

Last updated: May 17,2024

1. Install "python3-gitdb" package

In this section, we are going to explain the necessary steps to install python3-gitdb on Kali Linux

$ sudo apt update $ sudo apt install python3-gitdb

2. Uninstall "python3-gitdb" package

Please follow the guidelines below to uninstall python3-gitdb on Kali Linux:

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

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

Package: python3-gitdb
Source: python-gitdb
Version: 4.0.11-1
Installed-Size: 208
Maintainer: Debian Python Team
Architecture: all
Depends: python3-smmap, python3:any
Size: 45488
SHA256: 5c7af75c7a2389391215bf5b353bb15099ac5229af19ca35618a9067abdc9e2c
SHA1: cef4c88cf56649c0841bb9fded83beb829a5b188
MD5sum: 307015ad2feed5eecd828778b4890aac
Description: pure-Python git object database (Python 3)
The GitDB project implements interfaces to allow read and write access to
git repositories. In its core lies the db package, which contains all
database types necessary to read a complete git repository. These are
the LooseObjectDB, the PackedDB and the ReferenceDB which are combined
into the GitDB to combine every aspect of the git database.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/gitpython-developers/gitdb
Section: python
Priority: optional
Filename: pool/main/p/python-gitdb/python3-gitdb_4.0.11-1_all.deb