How to Install and Uninstall python3-pystache.noarch Package on Amazon Linux 2

Last updated: January 10,2025

1. Install "python3-pystache.noarch" package

This guide covers the steps necessary to install python3-pystache.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python3-pystache.noarch

2. Uninstall "python3-pystache.noarch" package

Learn how to uninstall python3-pystache.noarch on Amazon Linux 2:

$ sudo yum remove python3-pystache.noarch $ sudo yum autoremove

3. Information about the python3-pystache.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-pystache
Arch : noarch
Version : 0.5.4
Release : 12.amzn2.0.1
Size : 138 k
Repo : amzn2-core/2/x86_64
Summary : Mustache for Python
URL : http://pypi.python.org/pypi/pystache/
License : MIT
Description : Inspired by ctemplate and et, Mustache is a framework-agnostic way
: to render logic-free views.
:
: As ctemplates says, "It emphasizes separating logic from
: presentation: it is impossible to embed application logic in this
: template language."