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

Last updated: May 09,2024

1. Install "python3-Mako" package

This guide let you learn how to install python3-Mako on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Mako

2. Uninstall "python3-Mako" package

This guide let you learn how to uninstall python3-Mako on openSUSE Leap:

$ sudo zypper remove python3-Mako

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

Information for package python3-Mako:
-------------------------------------
Repository : Main Repository
Name : python3-Mako
Version : 1.0.7-150000.3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 725.2 KiB
Installed : No
Status : not installed
Source package : python-Mako-1.0.7-150000.3.3.1.src
Upstream URL : http://www.makotemplates.org/
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.