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

Last updated: May 19,2024

1. Install "python36-pystache" package

Learn how to install python36-pystache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pystache

2. Uninstall "python36-pystache" package

This is a short guide on how to uninstall python36-pystache on openSuSE Tumbleweed:

$ sudo zypper remove python36-pystache

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

Information for package python36-pystache:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pystache
Version : 0.6.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 613,2 KiB
Installed : No
Status : not installed
Source package : python-pystache-0.6.0-1.1.src
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.