How To Install python3-markupsafe.x86_64 on Amazon Linux 2

In this tutorial we learn how to install python3-markupsafe.x86_64 in Amazon Linux 2. python3-markupsafe.x86_64 is Implements a XML/HTML/XHTML Markup safe string for Python

Introduction

In this tutorial we learn how to install python3-markupsafe.x86_64 on Amazon Linux 2.

What is python3-markupsafe.x86_64

A library for safe markup escaping.

We can use yum to install python3-markupsafe.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python3-markupsafe.x86_64.

Install python3-markupsafe.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install python3-markupsafe.x86_64

How To Uninstall python3-markupsafe.x86_64 on Amazon Linux 2

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

sudo yum remove python3-markupsafe.x86_64

python3-markupsafe.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/python3.7/site-packages/MarkupSafe-0.11-py3.7.egg-info
/usr/lib64/python3.7/site-packages/MarkupSafe-0.11-py3.7.egg-info/PKG-INFO
/usr/lib64/python3.7/site-packages/MarkupSafe-0.11-py3.7.egg-info/SOURCES.txt
/usr/lib64/python3.7/site-packages/MarkupSafe-0.11-py3.7.egg-info/dependency_links.txt
/usr/lib64/python3.7/site-packages/MarkupSafe-0.11-py3.7.egg-info/not-zip-safe
/usr/lib64/python3.7/site-packages/MarkupSafe-0.11-py3.7.egg-info/top_level.txt
/usr/lib64/python3.7/site-packages/markupsafe
/usr/lib64/python3.7/site-packages/markupsafe/__init__.py
/usr/lib64/python3.7/site-packages/markupsafe/__pycache__
/usr/lib64/python3.7/site-packages/markupsafe/__pycache__/__init__.cpython-37.opt-1.pyc
/usr/lib64/python3.7/site-packages/markupsafe/__pycache__/__init__.cpython-37.pyc
/usr/lib64/python3.7/site-packages/markupsafe/__pycache__/_constants.cpython-37.opt-1.pyc
/usr/lib64/python3.7/site-packages/markupsafe/__pycache__/_constants.cpython-37.pyc
/usr/lib64/python3.7/site-packages/markupsafe/__pycache__/_native.cpython-37.opt-1.pyc
/usr/lib64/python3.7/site-packages/markupsafe/__pycache__/_native.cpython-37.pyc
/usr/lib64/python3.7/site-packages/markupsafe/__pycache__/tests.cpython-37.opt-1.pyc
/usr/lib64/python3.7/site-packages/markupsafe/__pycache__/tests.cpython-37.pyc
/usr/lib64/python3.7/site-packages/markupsafe/_constants.py
/usr/lib64/python3.7/site-packages/markupsafe/_native.py
/usr/lib64/python3.7/site-packages/markupsafe/tests.py
/usr/share/doc/python3-markupsafe-0.11
/usr/share/doc/python3-markupsafe-0.11/AUTHORS
/usr/share/doc/python3-markupsafe-0.11/LICENSE
/usr/share/doc/python3-markupsafe-0.11/README.rst

References

Summary

In this tutorial we learn how to install python3-markupsafe.x86_64 on Amazon Linux 2 using yum.