How To Install python3-markupsafe on Fedora 36

In this tutorial we learn how to install python3-markupsafe in Fedora 36. python3-markupsafe is Implements a XML/HTML/XHTML Markup safe string for Python 3

Introduction

In this tutorial we learn how to install python3-markupsafe on Fedora 36.

What is python3-markupsafe

A library for safe markup escaping. Python 3 version.

We can use yum or dnf to install python3-markupsafe on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-markupsafe.

Install python3-markupsafe on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-markupsafe using dnf by running the following command:

sudo dnf -y install python3-markupsafe

Install python3-markupsafe on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-markupsafe using yum by running the following command:

sudo yum -y install python3-markupsafe

How To Uninstall python3-markupsafe on Fedora 36

To uninstall only the python3-markupsafe package we can use the following command:

sudo dnf remove python3-markupsafe

python3-markupsafe Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/dbb530ce8fc8aa304afff29090b0c08848e787
/usr/lib64/python3.10/site-packages/MarkupSafe-2.0.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/MarkupSafe-2.0.0-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/MarkupSafe-2.0.0-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/MarkupSafe-2.0.0-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/MarkupSafe-2.0.0-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/markupsafe
/usr/lib64/python3.10/site-packages/markupsafe/__init__.py
/usr/lib64/python3.10/site-packages/markupsafe/__pycache__
/usr/lib64/python3.10/site-packages/markupsafe/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/markupsafe/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/markupsafe/__pycache__/_native.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/markupsafe/__pycache__/_native.cpython-310.pyc
/usr/lib64/python3.10/site-packages/markupsafe/_native.py
/usr/lib64/python3.10/site-packages/markupsafe/_speedups.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/markupsafe/_speedups.pyi
/usr/lib64/python3.10/site-packages/markupsafe/py.typed
/usr/share/doc/python3-markupsafe
/usr/share/doc/python3-markupsafe/CHANGES.rst
/usr/share/doc/python3-markupsafe/README.rst
/usr/share/licenses/python3-markupsafe
/usr/share/licenses/python3-markupsafe/LICENSE.rst

References

Summary

In this tutorial we learn how to install python3-markupsafe on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).