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

Last updated: July 05,2024

1. Install "python311-Tempita" package

Please follow the steps below to install python311-Tempita on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-Tempita

2. Uninstall "python311-Tempita" package

Please follow the steps below to uninstall python311-Tempita on openSuSE Tumbleweed:

$ sudo zypper remove python311-Tempita

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

Information for package python311-Tempita:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-Tempita
Version : 0.5.2+git.1630978236.a30af77-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 167.2 KiB
Installed : No
Status : not installed
Source package : python-Tempita-0.5.2+git.1630978236.a30af77-1.14.src
Upstream URL : https://github.com/nsoranzo/tempita
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.