How to Install and Uninstall python3-bleach Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-bleach" package

Learn how to install python3-bleach on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-bleach

2. Uninstall "python3-bleach" package

In this section, we are going to explain the necessary steps to uninstall python3-bleach on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-bleach package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-bleach
Priority: optional
Section: universe/python
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: Per Andersson
Architecture: all
Source: python-bleach
Version: 1.4.2-1
Depends: python3-html5lib, python3-six, python3:any (>= 3.3.2-2~)
Suggests: python-bleach-doc
Filename: pool/universe/p/python-bleach/python3-bleach_1.4.2-1_all.deb
Size: 18828
MD5sum: 04e5510a25abf88eca44344bd379e8aa
SHA1: 8b77c0182d67bd89c51b70639cf0885b6b7c19a6
SHA256: 69d80c618f00d43359243f8e5d892d0b459b47702317cd6978951db30df6d769
Description-en: 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: 495f5f4007a392a9683867f5ec7d7416
Homepage: https://github.com/jsocol/bleach/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu