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

Last updated: December 27,2024

1. Install "python311-pystache" package

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

$ sudo zypper refresh $ sudo zypper install python311-pystache

2. Uninstall "python311-pystache" package

Please follow the guidance below to uninstall python311-pystache on openSuSE Tumbleweed:

$ sudo zypper remove python311-pystache

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

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