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

Last updated: May 19,2024

1. Install "python3-MarkupSafe" package

In this section, we are going to explain the necessary steps to install python3-MarkupSafe on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-MarkupSafe

2. Uninstall "python3-MarkupSafe" package

Here is a brief guide to show you how to uninstall python3-MarkupSafe on openSUSE Leap:

$ sudo zypper remove python3-MarkupSafe

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

Information for package python3-MarkupSafe:
-------------------------------------------
Repository : Main Repository
Name : python3-MarkupSafe
Version : 1.0-1.29
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 72.6 KiB
Installed : No
Status : not installed
Source package : python-MarkupSafe-1.0-1.29.src
Upstream URL : http://dev.pocoo.org/
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.