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

Last updated: May 06,2024

1. Install "python-git" package

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

$ sudo apt update $ sudo apt install python-git

2. Uninstall "python-git" package

This guide let you learn how to uninstall python-git on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-git
Priority: optional
Section: universe/python
Installed-Size: 1542
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.0.1+git137-gc8b8379-2.1
Depends: git (>= 1:1.7) | git-core (>= 1:1.5.3.7), python-gitdb (>= 0.6.4), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-smmap
Filename: pool/universe/p/python-git/python-git_1.0.1+git137-gc8b8379-2.1_all.deb
Size: 283498
MD5sum: 7b392fa589571313869f8f36b4d81611
SHA1: a3225e6717186f490ed2876ad9dac928d166f415
SHA256: e39ea71c52803f1191e4a486982d43a2023049d84dab3be255778af742935816
Description-en: Python library to interact with Git repositories - Python 2.7
python-git 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 2.7 module.
Description-md5: a03dbbb1b826783f33ca9f172cae0159
Homepage: https://github.com/gitpython-developers/GitPython
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu