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

Last updated: May 18,2024

1. Install "python-bleach-doc" package

Please follow the steps below to install python-bleach-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-bleach-doc" package

This tutorial shows how to uninstall python-bleach-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-bleach-doc
Priority: optional
Section: universe/doc
Installed-Size: 149
Maintainer: Ubuntu Developers
Original-Maintainer: Per Andersson
Architecture: all
Source: python-bleach
Version: 1.4.2-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-bleach/python-bleach-doc_1.4.2-1_all.deb
Size: 26706
MD5sum: a1a4e721ee280a05131d7cde3fd8963d
SHA1: 53c60745e25997bf71d60e8b4a4f06ee8b4a8f44
SHA256: fc14fd0518fc3a5431b38145cc545dcab6bc60d0588c100b13129aec1d07e102
Description-en: 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: 3fbae08dbb54f53e90c4d20437a87cc4
Homepage: https://github.com/jsocol/bleach/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu