How to Install and Uninstall python39-MarkupSafe Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-MarkupSafe" package

Here is a brief guide to show you how to install python39-MarkupSafe on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-MarkupSafe

2. Uninstall "python39-MarkupSafe" package

In this section, we are going to explain the necessary steps to uninstall python39-MarkupSafe on openSuSE Tumbleweed:

$ sudo zypper remove python39-MarkupSafe

3. Information about the python39-MarkupSafe package on openSuSE Tumbleweed

Information for package python39-MarkupSafe:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-MarkupSafe
Version : 2.1.5-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 56.9 KiB
Installed : No
Status : not installed
Source package : python-MarkupSafe-2.1.5-1.1.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.