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

Last updated: July 05,2024

1. Install "python38-Tempita" package

Please follow the guidelines below to install python38-Tempita on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-Tempita

2. Uninstall "python38-Tempita" package

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

$ sudo zypper remove python38-Tempita

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

Information for package python38-Tempita:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Tempita
Version : 0.5.2-4.12
Arch : noarch
Vendor : openSUSE
Installed Size : 120,4 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.