How to Install and Uninstall python3-bleach.noarch Package on Rocky Linux 8

Last updated: May 03,2024

1. Install "python3-bleach.noarch" package

This guide covers the steps necessary to install python3-bleach.noarch on Rocky Linux 8

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

2. Uninstall "python3-bleach.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-bleach.noarch on Rocky Linux 8:

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

3. Information about the python3-bleach.noarch package on Rocky Linux 8

Last metadata expiration check: 2:18:47 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-bleach
Version : 3.1.4
Release : 2.el8
Architecture : noarch
Size : 50 k
Source : python-bleach-3.1.4-2.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.