How to Install and Uninstall python3-mako.noarch Package on AlmaLinux 9

Last updated: October 08,2024

1. Install "python3-mako.noarch" package

Please follow the step by step instructions below to install python3-mako.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install python3-mako.noarch

2. Uninstall "python3-mako.noarch" package

This guide covers the steps necessary to uninstall python3-mako.noarch on AlmaLinux 9:

$ sudo dnf remove python3-mako.noarch $ sudo dnf autoremove

3. Information about the python3-mako.noarch package on AlmaLinux 9

Last metadata expiration check: 2:22:19 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-mako
Version : 1.1.4
Release : 6.el9
Architecture : noarch
Size : 144 k
Source : python-mako-1.1.4-6.el9.src.rpm
Repository : 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.
:
: This package contains the mako module built for use with python3.