How to Install and Uninstall python36-jinja2.noarch Package on CentOS 7 / RHEL 7

Last updated: May 05,2024

1. Install "python36-jinja2.noarch" package

Please follow the guidelines below to install python36-jinja2.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python36-jinja2.noarch

2. Uninstall "python36-jinja2.noarch" package

Please follow the guidelines below to uninstall python36-jinja2.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove python36-jinja2.noarch $ sudo yum autoremove

3. Information about the python36-jinja2.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python36-jinja2
Arch : noarch
Version : 2.11.1
Release : 1.el7
Size : 1.2 M
Repo : installed
From repo : epel
Summary : General purpose template engine
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.