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

Last updated: September 20,2024

1. Install "python3-hglib" package

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

$ sudo apt update $ sudo apt install python3-hglib

2. Uninstall "python3-hglib" package

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

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

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

Package: python3-hglib
Priority: optional
Section: universe/vcs
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Julien Cristau
Architecture: all
Source: python-hglib
Version: 1.9-1
Depends: mercurial (>= 1.9), python3:any (>= 3.4~)
Filename: pool/universe/p/python-hglib/python3-hglib_1.9-1_all.deb
Size: 20808
MD5sum: c7690d7943723d411c2b9380d33695b9
SHA1: c5794c850771ab03b645e3b529a646309221a2b6
SHA256: 8890d551b4c2c8d89eb012ea56a7029b70acedcfde195acebb1b2e508fd3c792
Description-en: Python3 library for interfacing with Mercurial's command server
python3-hglib is a library with a fast, convenient interface to Mercurial.
It uses Mercurial's command server for communication with hg. This approach
avoids relying on Mercurial's (unstable) internal Python API, and avoids
licensing issues for non-GPL code.
Description-md5: 19652f43c253e8483575109e9c2e6675
Homepage: http://mercurial.selenic.com/wiki/PythonHglib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu