How to Install and Uninstall python36-Mako Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python36-Mako" package

Please follow the step by step instructions below to install python36-Mako on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-Mako

2. Uninstall "python36-Mako" package

Please follow the guidelines below to uninstall python36-Mako on openSuSE Tumbleweed:

$ sudo zypper remove python36-Mako

3. Information about the python36-Mako package on openSuSE Tumbleweed

Information for package python36-Mako:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-Mako
Version : 1.1.6-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 712,0 KiB
Installed : No
Status : not installed
Source package : python-Mako-1.1.6-1.1.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.