How to Install and Uninstall python3-gitdb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: February 17,2025

1. Install "python3-gitdb" package

This guide let you learn how to install python3-gitdb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-gitdb

2. Uninstall "python3-gitdb" package

Please follow the step by step instructions below to uninstall python3-gitdb on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-gitdb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-gitdb
Priority: extra
Section: universe/python
Installed-Size: 231
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: python-gitdb
Version: 0.6.4-3build1
Provides: python3.5-gitdb
Depends: python-smmap, python3 (<< 3.6), python3 (>= 3.5~), python3-smmap, libc6 (>= 2.14)
Filename: pool/universe/p/python-gitdb/python3-gitdb_0.6.4-3build1_amd64.deb
Size: 54218
MD5sum: 9de6e26a9c2d80f07f1d291343725cb1
SHA1: 29e175983b2c265c0b2f10dc20f461886fdff626
SHA256: 32e054123ae98436615e51c7b3d400813d9a5419872170b32443434f2cf03602
Description-en: 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 for Python 3.
Description-md5: 085e5af1f46d3b7b6a810879eefecff8
Homepage: https://github.com/gitpython-developers/gitdb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu