How to Install and Uninstall python-bleach-doc Package on Kali Linux

Last updated: May 10,2024

1. Install "python-bleach-doc" package

In this section, we are going to explain the necessary steps to install python-bleach-doc on Kali Linux

$ sudo apt update $ sudo apt install python-bleach-doc

2. Uninstall "python-bleach-doc" package

Please follow the steps below to uninstall python-bleach-doc on Kali Linux:

$ sudo apt remove python-bleach-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-bleach-doc package on Kali Linux

Package: python-bleach-doc
Source: python-bleach
Version: 6.1.0-2
Installed-Size: 566
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 84108
SHA256: ea87b5c3df8fc65de107340cca43a6faa0deb76813e31d40b7ba8c9ab186fefc
SHA1: 5b8c27e74d25dbad6afdce10b5d97b4a2e745103
MD5sum: f987cfb150875fb786d48b95dbc5b3ea
Description: whitelist-based HTML-sanitizing library (common documentation)
Bleach is an HTML sanitizing library that escapes or strips markup and
attributes based on a white list. Bleach can also linkify text safely,
applying filters that Django's urlize filter cannot, and optionally setting
rel attributes, even on links already in the text.
.
Bleach is intended for sanitizing text from untrusted sources. If you find
yourself jumping through hoops to allow your site administrators to do lots of
things, you're probably outside the use cases. Either trust those users, or
don't.
.
Because it relies on html5lib, Bleach is as good as modern browsers at dealing
with weird, quirky HTML fragments. And any of Bleach's methods will fix
unbalanced or mis-nested tags.
.
This is the common documentation package.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/mozilla/bleach/
Section: doc
Priority: optional
Filename: pool/main/p/python-bleach/python-bleach-doc_6.1.0-2_all.deb