How to Install and Uninstall python-mako.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "python-mako.src" package

Learn how to install python-mako.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-mako.src

2. Uninstall "python-mako.src" package

Please follow the step by step instructions below to uninstall python-mako.src on Oracle Linux 8:

$ sudo dnf remove python-mako.src $ sudo dnf autoremove

3. Information about the python-mako.src package on Oracle Linux 8

Last metadata expiration check: 0:30:13 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-mako
Version : 1.0.6
Release : 13.el8
Architecture : src
Size : 193 k
Source : None
Repository : ol8_appstream
Summary : Mako template library for Python
URL : http://www.makotemplates.org/
License : (MIT and Python) and (BSD or GPLv2)
Description : Mako is a template library written in Python. It provides a familiar, non-XML
: syntax which compiles into Python modules for maximum performance. Mako's
: syntax and API borrows from the best ideas of many others, including Django
: templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
: Python (i.e. Python Server Page) language, which refines the familiar ideas of
: componentized layout and inheritance to produce one of the most straightforward
: and flexible models available, while also maintaining close ties to Python
: calling and scoping semantics.