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

Last updated: May 18,2024

1. Install "python39-pystache" package

In this section, we are going to explain the necessary steps to install python39-pystache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pystache

2. Uninstall "python39-pystache" package

Please follow the guidelines below to uninstall python39-pystache on openSuSE Tumbleweed:

$ sudo zypper remove python39-pystache

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

Information for package python39-pystache:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pystache
Version : 0.6.5-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 445.3 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.