How to Install and Uninstall python3-cheetah.x86_64 Package on Oracle Linux 9

Last updated: June 16,2024

1. Install "python3-cheetah.x86_64" package

This is a short guide on how to install python3-cheetah.x86_64 on Oracle Linux 9

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

2. Uninstall "python3-cheetah.x86_64" package

Please follow the guidelines below to uninstall python3-cheetah.x86_64 on Oracle Linux 9:

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

3. Information about the python3-cheetah.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:05:09 ago on Thu Feb 15 07:50:05 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.