How to Install and Uninstall python3-cheetah.x86_64 Package on Fedora 36

Last updated: November 27,2024

1. Install "python3-cheetah.x86_64" package

Please follow the guidance below to install python3-cheetah.x86_64 on Fedora 36

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

2. Uninstall "python3-cheetah.x86_64" package

This is a short guide on how to uninstall python3-cheetah.x86_64 on Fedora 36:

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

3. Information about the python3-cheetah.x86_64 package on Fedora 36

Last metadata expiration check: 2:05:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-cheetah
Version : 3.2.4
Release : 9.fc36
Architecture : x86_64
Size : 318 k
Source : python-cheetah-3.2.4-9.fc36.src.rpm
Repository : fedora
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.