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

Last updated: May 20,2024

1. Install "python-gitdb" package

Here is a brief guide to show you how to install python-gitdb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gitdb

2. Uninstall "python-gitdb" package

This is a short guide on how to uninstall python-gitdb on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-gitdb
Priority: extra
Section: universe/python
Installed-Size: 231
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Version: 0.6.4-3build1
Provides: python2.7-gitdb
Depends: python-smmap, python (>= 2.7), python (<< 2.8), libc6 (>= 2.14)
Filename: pool/universe/p/python-gitdb/python-gitdb_0.6.4-3build1_amd64.deb
Size: 54108
MD5sum: 4084b4440bb2a9e7a7c90e41c2f2ef84
SHA1: 907b6ba7b5d1c3fd16d414d18c94311875a6850f
SHA256: 51ecf99aa6b262a1c63a577655551d322c1fb7ba386c204604316f12c11109a0
Description-en: pure-Python git object database (Python 2)
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 2.
Description-md5: 5466414b36bd7edf6bc3a72875b890b7
Homepage: https://github.com/gitpython-developers/gitdb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu