How to Install and Uninstall python2-cheetah.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "python2-cheetah.x86_64" package

Please follow the steps below to install python2-cheetah.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python2-cheetah.x86_64

2. Uninstall "python2-cheetah.x86_64" package

This guide let you learn how to uninstall python2-cheetah.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python2-cheetah.x86_64 $ sudo dnf autoremove

3. Information about the python2-cheetah.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:33:41 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-cheetah
Version : 3.2.3
Release : 2.el8
Architecture : x86_64
Size : 334 k
Source : python-cheetah-3.2.3-2.el8.src.rpm
Repository : epel
Summary : Template engine and code generator
URL : https://cheetahtemplate.org/
License : MIT
Description : Cheetah is an open source template engine and code generation tool,
: written in Python. It can be used standalone or combined with other
: tools and frameworks. Web development is its principal use, but
: Cheetah is very flexible and is also being used to generate C++ code,
: Java, SQL, form emails and even Python code.