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

Last updated: July 03,2024

1. Install "python2-Mako" package

This is a short guide on how to install python2-Mako on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Mako

2. Uninstall "python2-Mako" package

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

$ sudo zypper remove python2-Mako

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

Information for package python2-Mako:
-------------------------------------
Repository : Main Repository
Name : python2-Mako
Version : 1.0.7-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 580,4 KiB
Installed : No
Status : not installed
Source package : python-Mako-1.0.7-1.24.src
Summary : A Python templating language
Description :
Mako is a template library written in Python. It provides a non-XML
syntax which compiles into Python modules for performance. Mako's
syntax and API borrows from Django templates, Cheetah, Myghty, and
Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server
Page) language, which refines the ideas of componentized layout and
inheritance, while maintaining close ties to Python calling and
scoping semantics.