How to Install and Uninstall python3-cheetah.x86_64 Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "python3-cheetah.x86_64" package

Please follow the guidelines below to install python3-cheetah.x86_64 on CentOS Stream 9

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

2. Uninstall "python3-cheetah.x86_64" package

Learn how to uninstall python3-cheetah.x86_64 on CentOS Stream 9:

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

3. Information about the python3-cheetah.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:37:39 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-cheetah
Version : 3.2.6.post1
Release : 1.el9
Architecture : x86_64
Size : 311 k
Source : python-cheetah-3.2.6.post1-1.el9.src.rpm
Repository : epel
Summary : Template engine and code generator
URL : https://cheetahtemplate.org/
License : MIT
Description : Cheetah3 is a free and open source template engine and code generation tool.
: It can be used standalone or combined with other tools and frameworks. Web
: development is its principle use, but Cheetah is very flexible and is also
: being used to generate C++ game code, Java, sql, form emails and even Python
: code.