How to Install and Uninstall python-jinja2.src Package on Oracle Linux 9

Last updated: May 06,2024

1. Install "python-jinja2.src" package

This guide covers the steps necessary to install python-jinja2.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-jinja2.src

2. Uninstall "python-jinja2.src" package

Learn how to uninstall python-jinja2.src on Oracle Linux 9:

$ sudo dnf remove python-jinja2.src $ sudo dnf autoremove

3. Information about the python-jinja2.src package on Oracle Linux 9

Last metadata expiration check: 2:02:21 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-jinja2
Version : 2.11.3
Release : 4.el9
Architecture : src
Size : 268 k
Source : None
Repository : ol9_appstream
Summary : General purpose template engine
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.