How to Install and Uninstall python3-jinja2.noarch Package on Fedora 36

Last updated: July 07,2024

1. Install "python3-jinja2.noarch" package

Please follow the step by step instructions below to install python3-jinja2.noarch on Fedora 36

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

2. Uninstall "python3-jinja2.noarch" package

This tutorial shows how to uninstall python3-jinja2.noarch on Fedora 36:

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

3. Information about the python3-jinja2.noarch package on Fedora 36

Last metadata expiration check: 1:35:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-jinja2
Version : 3.0.3
Release : 2.fc36
Architecture : noarch
Size : 530 k
Source : python-jinja2-3.0.3-2.fc36.src.rpm
Repository : fedora
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.