How to Install and Uninstall python39-bleach Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python39-bleach" package

This guide covers the steps necessary to install python39-bleach on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-bleach

2. Uninstall "python39-bleach" package

In this section, we are going to explain the necessary steps to uninstall python39-bleach on openSuSE Tumbleweed:

$ sudo zypper remove python39-bleach

3. Information about the python39-bleach package on openSuSE Tumbleweed

Information for package python39-bleach:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-bleach
Version : 6.1.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 189.6 KiB
Installed : No
Status : not installed
Source package : python-bleach-6.1.0-1.4.src
Upstream URL : https://github.com/jsocol/bleach
Summary : A whitelist-based HTML-sanitizing tool
Description :
Bleach is an HTML sanitation 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.
Because it relies on html5lib, Bleach is as good as modern browsers at dealing
with weird, quirky HTML fragments. Bleach's methods will fix
unbalanced or mis-nested tags.
Documentation is at http://bleach.readthedocs.org/ .