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

Last updated: October 06,2024

1. Install "python-jinja2.src" package

This guide let you learn how to install python-jinja2.src on Oracle Linux 8

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

2. Uninstall "python-jinja2.src" package

This guide let you learn how to uninstall python-jinja2.src on Oracle Linux 8:

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

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

Last metadata expiration check: 0:35:48 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-jinja2
Version : 2.10.3
Release : 5.module+el8.5.0+20371+4f24d723
Architecture : src
Size : 274 k
Source : None
Repository : ol8_appstream
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.