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

Last updated: October 04,2024

1. Install "python36-Tempita" package

This guide let you learn how to install python36-Tempita on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-Tempita

2. Uninstall "python36-Tempita" package

This tutorial shows how to uninstall python36-Tempita on openSuSE Tumbleweed:

$ sudo zypper remove python36-Tempita

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

Information for package python36-Tempita:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-Tempita
Version : 0.5.2-4.12
Arch : noarch
Vendor : openSUSE
Installed Size : 119,7 KiB
Installed : No
Status : not installed
Source package : python-Tempita-0.5.2-4.12.src
Summary : A very small text templating language
Description :
Tempita is a small templating language for text substitution.
This isn't meant to be the Next Big Thing in templating; it's just a
handy little templating language for when your project outgrows
string.Template or % substitution. It's small, it embeds
Python in strings, and it doesn't do much else.