How to Install and Uninstall python3-Tempita Package on openSUSE Leap

Last updated: January 28,2025

1. Install "python3-Tempita" package

Please follow the instructions below to install python3-Tempita on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Tempita

2. Uninstall "python3-Tempita" package

Learn how to uninstall python3-Tempita on openSUSE Leap:

$ sudo zypper remove python3-Tempita

3. Information about the python3-Tempita package on openSUSE Leap

Information for package python3-Tempita:
----------------------------------------
Repository : Main Repository
Name : python3-Tempita
Version : 0.5.2-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 119.9 KiB
Installed : No
Status : not installed
Source package : python-Tempita-0.5.2-1.17.src
Upstream URL : http://pythonpaste.org/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.