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

Last updated: May 19,2024

1. Install "python38-pystache" package

This is a short guide on how to install python38-pystache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pystache

2. Uninstall "python38-pystache" package

Learn how to uninstall python38-pystache on openSuSE Tumbleweed:

$ sudo zypper remove python38-pystache

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

Information for package python38-pystache:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pystache
Version : 0.6.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 610,8 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.