How to Install and Uninstall python3-bleach.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "python3-bleach.noarch" package

In this section, we are going to explain the necessary steps to install python3-bleach.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-bleach.noarch

2. Uninstall "python3-bleach.noarch" package

This tutorial shows how to uninstall python3-bleach.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3-bleach.noarch $ sudo dnf autoremove

3. Information about the python3-bleach.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:34:29 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-bleach
Version : 3.3.0
Release : 1.el8
Architecture : noarch
Size : 51 k
Source : python-bleach-3.3.0-1.el8.src.rpm
Repository : epel
Summary : An easy whitelist-based HTML-sanitizing tool
URL : https://github.com/mozilla/bleach
License : ASL 2.0
Description : Bleach is an HTML sanitizing library that escapes or strips markup and
: attributes based on a white list.
:
: Python 3 version.