How to Install and Uninstall python3.11-markupsafe.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "python3.11-markupsafe.x86_64" package

Please follow the guidelines below to install python3.11-markupsafe.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3.11-markupsafe.x86_64

2. Uninstall "python3.11-markupsafe.x86_64" package

This guide let you learn how to uninstall python3.11-markupsafe.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3.11-markupsafe.x86_64 $ sudo dnf autoremove

3. Information about the python3.11-markupsafe.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:10:55 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3.11-markupsafe
Version : 2.1.3
Release : 1.el8
Architecture : x86_64
Size : 29 k
Source : python3.11-markupsafe-epel-2.1.3-1.el8.src.rpm
Repository : epel
Summary : Implements a XML/HTML/XHTML Markup safe string for Python
URL : https://palletsprojects.com/p/markupsafe/
License : BSD-3-Clause
Description : MarkupSafe implements a text object that escapes characters so it is
: safe to use in HTML and XML. Characters that have special meanings are
: replaced so that they display as the actual characters. This mitigates
: injection attacks, meaning untrusted user input can safely be displayed
: on a page.