How to Install and Uninstall pytidylib-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "pytidylib-doc" package

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

$ sudo apt update $ sudo apt install pytidylib-doc

2. Uninstall "pytidylib-doc" package

Please follow the instructions below to uninstall pytidylib-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pytidylib-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the pytidylib-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pytidylib-doc
Priority: optional
Section: universe/doc
Installed-Size: 211
Maintainer: Ubuntu Developers
Original-Maintainer: Janos Guljas
Architecture: all
Source: python-tidylib
Version: 0.2.4~dfsg-2
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-tidylib/pytidylib-doc_0.2.4~dfsg-2_all.deb
Size: 136430
MD5sum: 6a9c6e6a59159e68b90ce2e2073e7623
SHA1: bb9400f916cf30803f9d48ef2eda79c38849c5bb
SHA256: eb7d61035884f99c5d22334c64298805a0a3c6af033a156d79253eade984e78d
Description-en: Python wrapper for HTML Tidy (tidylib) documentation
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 package contains the built HTML and PDF documentation for PyTidyLib.
Description-md5: a6512a2f13adcf0984c8794f579864c6
Homepage: http://countergram.com/open-source/pytidylib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu