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

Last updated: May 14,2024

1. Install "python-gumbo" package

Please follow the guidelines below to install python-gumbo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gumbo

2. Uninstall "python-gumbo" package

This is a short guide on how to uninstall python-gumbo on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-gumbo
Priority: optional
Section: universe/python
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Onur Aslan
Architecture: all
Source: gumbo-parser
Version: 0.10.1+dfsg-2.1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), libgumbo1 (>= 0.10.1+dfsg-2.1)
Recommends: python-beautifulsoup, python-html5lib
Filename: pool/universe/g/gumbo-parser/python-gumbo_0.10.1+dfsg-2.1_all.deb
Size: 11220
MD5sum: ff8d872e45b8e9e5ad26a5a15e048ca3
SHA1: 2d0e27f59caaad635381f1cf595076320e481f80
SHA256: f0029b204365a9d77fd36537494d5b121b45f410025aa479f9345dc9452e197f
Description-en: pure-C HTML5 parser Python bindings
Gumbo is an implementation of the [HTML5 parsing algorithm implemented
as a pure C99 library with no outside dependencies. It's designed to serve
as a building block for other tools and libraries such as linters,
validators, templating languages, and refactoring and analysis tools.
.
This package contains Python bindings of Gumbo.
Description-md5: 5438db9824a0ee6be40d930c7bfb1776
Homepage: https://github.com/google/gumbo-parser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu