How to Install and Uninstall python3-tidylib Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-tidylib" package

Here is a brief guide to show you how to install python3-tidylib on Kali Linux

$ sudo apt update $ sudo apt install python3-tidylib

2. Uninstall "python3-tidylib" package

This is a short guide on how to uninstall python3-tidylib on Kali Linux:

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

3. Information about the python3-tidylib package on Kali Linux

Package: python3-tidylib
Source: python-tidylib
Version: 0.3.2~dfsg-7
Installed-Size: 37
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, libtidy5deb1
Size: 10212
SHA256: 881a45caea1d8e7f84c9f1f75fbaef5b423a65c59143fbaee12461171bf3e330
SHA1: 74d460538f30b48baea36a3256e1d4b389d1c24e
MD5sum: e993834d729a5b8f9e77ef8b8bc8ded3
Description: 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:
Homepage: https://countergram.github.io/pytidylib/
Section: python
Priority: optional
Filename: pool/main/p/python-tidylib/python3-tidylib_0.3.2~dfsg-7_all.deb