How to Install and Uninstall python3-bleach.noarch Package on Oracle Linux 9

Last updated: September 25,2024

1. Install "python3-bleach.noarch" package

This guide covers the steps necessary to install python3-bleach.noarch on Oracle Linux 9

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

2. Uninstall "python3-bleach.noarch" package

This guide let you learn how to uninstall python3-bleach.noarch on Oracle Linux 9:

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

3. Information about the python3-bleach.noarch package on Oracle Linux 9

Last metadata expiration check: 0:00:39 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-bleach
Version : 6.1.0
Release : 1.el9
Architecture : noarch
Size : 52 k
Source : python-bleach-6.1.0-1.el9.src.rpm
Repository : epel
Summary : An easy whitelist-based HTML-sanitizing tool
URL : https://github.com/mozilla/bleach
License : Apache-2.0
Description :
: Bleach is an HTML sanitizing library that escapes or strips markup and
: attributes based on a white list.
:
: Python 3 version.