How to Install and Uninstall python2-jinja2.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python2-jinja2.noarch" package

This tutorial shows how to install python2-jinja2.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python2-jinja2.noarch" package

In this section, we are going to explain the necessary steps to uninstall python2-jinja2.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python2-jinja2.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:41:33 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python2-jinja2
Version : 2.10
Release : 8.module_el8.3.0+478+7570e00c
Architecture : noarch
Size : 255 k
Source : python-jinja2-2.10-8.module_el8.3.0+478+7570e00c.src.rpm
Repository : appstream
Summary : General purpose template engine for python2
URL : http://jinja.pocoo.org/
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.