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

Last updated: October 06,2024

1. Install "python3-jinja2.noarch" package

Here is a brief guide to show you how to install python3-jinja2.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-jinja2.noarch" package

Please follow the steps below to uninstall python3-jinja2.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:41:17 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-jinja2
Version : 2.11.3
Release : 4.el9
Architecture : noarch
Size : 253 k
Source : python-jinja2-2.11.3-4.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : General purpose template engine for python3
URL : https://palletsprojects.com/p/jinja/
License : BSD
Description : Jinja2 is a template engine written in pure Python. It provides a
: Django inspired non-XML syntax but supports inline expressions and an
: optional sandboxed environment.
:
: If you have any exposure to other text-based template languages, such
: as Smarty or Django, you should feel right at home with Jinja2. It's
: both designer and developer friendly by sticking to Python's
: principles and adding functionality useful for templating
: environments.