How to Install and Uninstall python312-pystache Package on openSuSE Tumbleweed

Last updated: November 27,2024

1. Install "python312-pystache" package

Please follow the instructions below to install python312-pystache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pystache

2. Uninstall "python312-pystache" package

Please follow the instructions below to uninstall python312-pystache on openSuSE Tumbleweed:

$ sudo zypper remove python312-pystache

3. Information about the python312-pystache package on openSuSE Tumbleweed

Information for package python312-pystache:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pystache
Version : 0.6.5-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 508.7 KiB
Installed : No
Status : not installed
Source package : python-pystache-0.6.5-1.4.src
Upstream URL : https://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.