How to Install and Uninstall python-tidylib Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 07,2024
1. Install "python-tidylib" package
This guide covers the steps necessary to install python-tidylib on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python-tidylib
Copied
2. Uninstall "python-tidylib" package
Please follow the guidelines below to uninstall python-tidylib on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python-tidylib
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python-tidylib package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python-tidylib
Priority: optional
Section: universe/python
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Janos Guljas
Architecture: all
Version: 0.2.4~dfsg-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), libtidy-0.99-0
Filename: pool/universe/p/python-tidylib/python-tidylib_0.2.4~dfsg-2_all.deb
Size: 8256
MD5sum: 5bdd7da17ecbfcfb5ec548cfe40b155a
SHA1: 714438bde90b3e5cf42bf024f97e716fea037d5d
SHA256: 25e94f0ac7d582c57f093408351ea506488d440d41d803a0c1c772d16b988fab
Description-en: Python 2 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 2 version of the module.
Description-md5: 85b1875b277198a095723c298231e763
Homepage: http://countergram.com/open-source/pytidylib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/python
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Janos Guljas
Architecture: all
Version: 0.2.4~dfsg-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), libtidy-0.99-0
Filename: pool/universe/p/python-tidylib/python-tidylib_0.2.4~dfsg-2_all.deb
Size: 8256
MD5sum: 5bdd7da17ecbfcfb5ec548cfe40b155a
SHA1: 714438bde90b3e5cf42bf024f97e716fea037d5d
SHA256: 25e94f0ac7d582c57f093408351ea506488d440d41d803a0c1c772d16b988fab
Description-en: Python 2 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 2 version of the module.
Description-md5: 85b1875b277198a095723c298231e763
Homepage: http://countergram.com/open-source/pytidylib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu