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

Last updated: May 02,2024

1. Install "python3-git" package

This tutorial shows how to install python3-git on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-git

2. Uninstall "python3-git" package

In this section, we are going to explain the necessary steps to uninstall python3-git on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-git
Priority: optional
Section: universe/python
Installed-Size: 1540
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-git
Version: 1.0.1+git137-gc8b8379-2.1
Depends: git (>= 1:1.7) | git-core (>= 1:1.5.3.7), python3-gitdb (>= 0.6.4), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-git/python3-git_1.0.1+git137-gc8b8379-2.1_all.deb
Size: 283544
MD5sum: 0876ee2d7dd0b961ea5b6b46a2823927
SHA1: 456002f040963db09e820bca16dafad0c98ae510
SHA256: c715bccdfd9a96981bae4a337c3e1067ff10d54f9c99359a65f79de5474be9b4
Description-en: Python library to interact with Git repositories - Python 3.x
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 3.x module.
Description-md5: dd1eea5d67641d7d149545a794018c50
Homepage: https://github.com/gitpython-developers/GitPython
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu