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

Last updated: November 05,2024

1. Install "python3-bleach" package

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

$ sudo apt update $ sudo apt install python3-bleach

2. Uninstall "python3-bleach" package

This guide covers the steps necessary to uninstall python3-bleach on Kali Linux:

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

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

Package: python3-bleach
Source: python-bleach
Version: 6.1.0-2
Installed-Size: 186
Maintainer: Debian Python Team
Architecture: all
Depends: python3-html5lib, python3:any
Recommends: python3-tinycss2
Suggests: python-bleach-doc
Size: 50728
SHA256: 58c95230752786718a36fa10eaa4489dc9995b4a490c96afda022c0087155b2c
SHA1: e22342751a35cd6c26eb3bac4a93f4552ed513f8
MD5sum: 1a7befa71fc06a53f771f4aa9fd0e9cc
Description: whitelist-based HTML-sanitizing library (Python 3)
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 Python 3 version of the package.
Description-md5:
Homepage: https://github.com/mozilla/bleach/
Section: python
Priority: optional
Filename: pool/main/p/python-bleach/python3-bleach_6.1.0-2_all.deb