How to Install and Uninstall python3-mako Package on Kali Linux

Last updated: May 09,2024

1. Install "python3-mako" package

This is a short guide on how to install python3-mako on Kali Linux

$ sudo apt update $ sudo apt install python3-mako

2. Uninstall "python3-mako" package

This is a short guide on how to uninstall python3-mako on Kali Linux:

$ sudo apt remove python3-mako $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-mako package on Kali Linux

Package: python3-mako
Source: mako
Version: 1.3.2-1
Installed-Size: 336
Maintainer: Piotr Ożarowski
Architecture: all
Replaces: python-mako (<< 1.1.0+ds1-1)
Depends: python3-pkg-resources, python3-markupsafe, python3:any
Suggests: python-mako-doc, python3-beaker
Breaks: python-mako (<< 1.1.0+ds1-1)
Size: 82372
SHA256: 307349a75fac95952df88f78ee355c02c818769aa26b5955910e7714feb79c1e
SHA1: 7828a16c4d4d588fe5297b14fe75ab062dd9b449
MD5sum: 830043f1c3f37b96ddb7ee5ff01b44d6
Description: fast and lightweight templating for the Python 3 platform
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.
Description-md5:
Homepage: https://www.makotemplates.org/
Section: python
Priority: optional
Filename: pool/main/m/mako/python3-mako_1.3.2-1_all.deb