How to Install and Uninstall python2-Jinja2 Package on openSUSE Leap

Last updated: June 30,2024

1. Install "python2-Jinja2" package

This guide let you learn how to install python2-Jinja2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Jinja2

2. Uninstall "python2-Jinja2" package

In this section, we are going to explain the necessary steps to uninstall python2-Jinja2 on openSUSE Leap:

$ sudo zypper remove python2-Jinja2

3. Information about the python2-Jinja2 package on openSUSE Leap

Information for package python2-Jinja2:
---------------------------------------
Repository : Main Repository
Name : python2-Jinja2
Version : 2.10.1-3.10.2
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1,2 MiB
Installed : No
Status : not installed
Source package : python-Jinja2-2.10.1-3.10.2.src
Summary : A fast and easy to use template engine written in pure Python
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. Here a small example of a Jinja template:
{% extends 'base.html' %}
{% block title %}Memberlist{% endblock %}
{% block content %}

{% endblock %}