How to Install and Uninstall python3-chameleon.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-chameleon.noarch" package

This tutorial shows how to install python3-chameleon.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-chameleon.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-chameleon.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-chameleon.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:32:04 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-chameleon
Version : 3.10.2
Release : 1.el9
Architecture : noarch
Size : 150 k
Source : python-chameleon-3.10.2-1.el9.src.rpm
Repository : epel
Summary : XML-based template compiler
URL : https://github.com/malthe/chameleon
License : BSD
Description : Chameleon is an XML attribute language template compiler. It comes with
: implementations for the Zope Page Templates (ZPT) and Genshi templating
: languages.
:
: The engine compiles templates into Python byte-code. This results in
: performance which is on average 10-15 times better than implementations which
: use run-time interpretation.