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

Last updated: October 04,2024

1. Install "python2-Tempita" package

Please follow the guidelines below to install python2-Tempita on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Tempita

2. Uninstall "python2-Tempita" package

Please follow the guidelines below to uninstall python2-Tempita on openSUSE Leap:

$ sudo zypper remove python2-Tempita

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

Information for package python2-Tempita:
----------------------------------------
Repository : Main Repository
Name : python2-Tempita
Version : 0.5.2-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 137,1 KiB
Installed : No
Status : not installed
Source package : python-Tempita-0.5.2-bp153.1.14.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.