How to Install and Uninstall python311-MarkupSafe Package on openSUSE Leap

Last updated: June 13,2024

1. Install "python311-MarkupSafe" package

Please follow the instructions below to install python311-MarkupSafe on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-MarkupSafe

2. Uninstall "python311-MarkupSafe" package

Please follow the guidance below to uninstall python311-MarkupSafe on openSUSE Leap:

$ sudo zypper remove python311-MarkupSafe

3. Information about the python311-MarkupSafe package on openSUSE Leap

Information for package python311-MarkupSafe:
---------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-MarkupSafe
Version : 2.1.3-150400.11.3.12
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 65.3 KiB
Installed : No
Status : not installed
Source package : python-MarkupSafe-2.1.3-150400.11.3.12.src
Upstream URL : https://github.com/pallets/markupsafe
Summary : Implements a XML/HTML/XHTML Markup safe string for Python
Description :
Implements a unicode subclass that supports HTML strings. This can be used to
safely encode strings for dynamically generated web pages.