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

Last updated: May 12,2024

1. Install "python3-pygit2" package

Please follow the instructions below to install python3-pygit2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pygit2

2. Uninstall "python3-pygit2" package

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

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

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

Package: python3-pygit2
Priority: optional
Section: universe/python
Installed-Size: 495
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: amd64
Source: python-pygit2
Version: 0.24.0-0ubuntu2
Depends: python3-cffi (>= 0.9.2), python3 (<< 3.6), python3 (>= 3.5~), python3-cffi-backend-api-9729, python3-six, libc6 (>= 2.14), libgit2-24 (>= 0.24.0)
Suggests: python-pygit2-doc
Filename: pool/universe/p/python-pygit2/python3-pygit2_0.24.0-0ubuntu2_amd64.deb
Size: 95442
MD5sum: 87e93b1caca986fab49b6b74a890609b
SHA1: 8637d7d17fd39a0be5c83ce49a09bb7c361c1d29
SHA256: 973be317f5467ef6caae796ab321b76549913a688e3361201c410f75f5c10f54
Description-en: bindings for libgit2 - Python 3.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 3.x module.
Description-md5: 8efe74de716ae50a1e4bf70795a3cd2a
Homepage: https://github.com/libgit2/pygit2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu