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

Last updated: June 28,2024

1. Install "python-pygit2" package

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

$ sudo apt update $ sudo apt install python-pygit2

2. Uninstall "python-pygit2" package

This tutorial shows how to uninstall python-pygit2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pygit2
Priority: optional
Section: universe/python
Installed-Size: 491
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: amd64
Version: 0.24.0-0ubuntu2
Depends: python-cffi (>= 0.9.2), python (<< 2.8), python (>= 2.7~), python-cffi-backend-api-9729, python-six, python:any (>= 2.7.5-5~), libc6 (>= 2.14), libgit2-24 (>= 0.24.0)
Suggests: python-pygit2-doc
Filename: pool/universe/p/python-pygit2/python-pygit2_0.24.0-0ubuntu2_amd64.deb
Size: 94572
MD5sum: d3254efd5a4c69f3740e804d6032e876
SHA1: c608a5ae4077e4204f5e2681a9b823620c419974
SHA256: f4f0d9cdd1ca17649907bdd9600a422b15e82628a62c90c720931f13a3b87948
Description-en: bindings for libgit2 - Python 2.x
The Pygit2 module provides a set of Python bindings to the libgit2 shared
library. libgit2 implements the core of Git. Pygit2 works with Python 2.7,
3.2, 3.3, 3.4 and pypy.
.
This package contains the Python 2.x module.
Description-md5: 5b30e06421da55b2eebadb89e49762d3
Homepage: https://github.com/libgit2/pygit2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu