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

Last updated: May 06,2024

1. Install "python3-tidylib" package

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

$ sudo apt update $ sudo apt install python3-tidylib

2. Uninstall "python3-tidylib" package

Please follow the guidelines below to uninstall python3-tidylib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-tidylib
Priority: optional
Section: universe/python
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Janos Guljas
Architecture: all
Source: python-tidylib
Version: 0.2.4~dfsg-2
Depends: python3:any (>= 3.3.2-2~), libtidy-0.99-0
Filename: pool/universe/p/python-tidylib/python3-tidylib_0.2.4~dfsg-2_all.deb
Size: 8326
MD5sum: 99dc39d163d18e91e5c18a5cee76f3b8
SHA1: dcd077e45ce07a7b313da575d67512a1ccb20298
SHA256: cf299f27f2284119e42eeaf63886da7a3f934efcdcacb848534bcbe2d17cfb22
Description-en: Python 3 wrapper for HTML Tidy (tidylib)
PyTidyLib is a Python package that wraps the HTML Tidy library. This allows
you, from Python code, to “fix” invalid (X)HTML markup. Some of the library’s
many capabilities include:
.
* Clean up unclosed tags and unescaped characters such as ampersands
* Output HTML 4 or XHTML, strict or transitional, and add missing doctypes
* Convert named entities to numeric entities, which can then be used in XML
documents without an HTML doctype.
* Clean up HTML from programs such as Word (to an extent)
* Indent the output, including proper (i.e. no) indenting for pre elements,
which some (X)HTML indenting code overlooks.
.
This is the Python 3 version of the module.
Description-md5: 001db7d0f151b16a892d37abe6821f5b
Homepage: http://countergram.com/open-source/pytidylib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu