How To Install python-tempita.noarch on Amazon Linux 2

In this tutorial we learn how to install python-tempita.noarch in Amazon Linux 2. python-tempita.noarch is A very small text templating language

Introduction

In this tutorial we learn how to install python-tempita.noarch on Amazon Linux 2.

What is python-tempita.noarch

Tempita is a small templating language for text substitution.

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

Install python-tempita.noarch 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 python-tempita.noarch using yum by running the following command:

sudo yum -y install python-tempita.noarch

How To Uninstall python-tempita.noarch on Amazon Linux 2

To uninstall only the python-tempita.noarch package we can use the following command:

sudo yum remove python-tempita.noarch

python-tempita.noarch Package Contents on Amazon Linux 2

/usr/lib/python2.7/site-packages/Tempita-0.5.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/Tempita-0.5.1-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/Tempita-0.5.1-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/Tempita-0.5.1-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/Tempita-0.5.1-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/Tempita-0.5.1-py2.7.egg-info/zip-safe
/usr/lib/python2.7/site-packages/tempita
/usr/lib/python2.7/site-packages/tempita/__init__.py
/usr/lib/python2.7/site-packages/tempita/__init__.pyc
/usr/lib/python2.7/site-packages/tempita/__init__.pyo
/usr/lib/python2.7/site-packages/tempita/_looper.py
/usr/lib/python2.7/site-packages/tempita/_looper.pyc
/usr/lib/python2.7/site-packages/tempita/_looper.pyo
/usr/lib/python2.7/site-packages/tempita/compat3.py
/usr/lib/python2.7/site-packages/tempita/compat3.pyc
/usr/lib/python2.7/site-packages/tempita/compat3.pyo

References

Summary

In this tutorial we learn how to install python-tempita.noarch on Amazon Linux 2 using yum.