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

Last updated: June 25,2024

1. Install "python310-Tempita" package

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

$ sudo zypper refresh $ sudo zypper install python310-Tempita

2. Uninstall "python310-Tempita" package

Please follow the guidelines below to uninstall python310-Tempita on openSuSE Tumbleweed:

$ sudo zypper remove python310-Tempita

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

Information for package python310-Tempita:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-Tempita
Version : 0.5.2+git.1630978236.a30af77-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 113.3 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.