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

Last updated: October 11,2024

1. Install "python38-jinja2.noarch" package

This is a short guide on how to install python38-jinja2.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python38-jinja2.noarch" package

Please follow the instructions below to uninstall python38-jinja2.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:15:22 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python38-jinja2
Version : 2.11.3
Release : 1.module+el8.9.0+19598+4a60c7b7
Architecture : noarch
Size : 248 k
Source : python-jinja2-2.11.3-1.module+el8.9.0+19598+4a60c7b7.src.rpm
Repository : ubi-8-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.