How to Install and Uninstall python3-pystache Package on openSUSE Leap

Last updated: May 10,2024

1. Install "python3-pystache" package

Please follow the step by step instructions below to install python3-pystache on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pystache

2. Uninstall "python3-pystache" package

This tutorial shows how to uninstall python3-pystache on openSUSE Leap:

$ sudo zypper remove python3-pystache

3. Information about the python3-pystache package on openSUSE Leap

Information for package python3-pystache:
-----------------------------------------
Repository : Main Repository
Name : python3-pystache
Version : 0.5.4-bp155.2.49
Arch : noarch
Vendor : openSUSE
Installed Size : 618.3 KiB
Installed : No
Status : not installed
Source package : python-pystache-0.5.4-bp155.2.49.src
Upstream URL : http://github.com/defunkt/pystache
Summary : Mustache for Python
Description :
Pystache is a Python implementation of Mustache. Mustache is a
framework-agnostic, logic-free templating system inspired by
ctemplate and etc. Like ctemplate, Mustache "emphasises separating
logic from presentation: it is impossible to embed application
logic in this template language."
The mustache(5) man page provides a good introduction to Mustache's
syntax. For a more complete (and more current) description of
Mustache's behaviour, see the official Mustache spec:
https://github.com/mustache/spec.