How to Install and Uninstall python-Coffin Package on openSUSE Leap

Last updated: October 05,2024

1. Install "python-Coffin" package

Please follow the instructions below to install python-Coffin on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-Coffin

2. Uninstall "python-Coffin" package

This guide covers the steps necessary to uninstall python-Coffin on openSUSE Leap:

$ sudo zypper remove python-Coffin

3. Information about the python-Coffin package on openSUSE Leap

Information for package python-Coffin:
--------------------------------------
Repository : Main Repository
Name : python-Coffin
Version : 2.0.1-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 39,0 KiB
Installed : No
Status : not installed
Source package : python-Coffin-2.0.1-bp153.1.13.src
Summary : Jinja2 adapter for Django
Description :
This used to be a full-featured standalone adapter. With Django adding support
for other template backends, it's approach didn't make sense anymore. Please
use django_jinja instead - you won't regret it.
This module now is a lean collection of some Django tags that are not included
in django-jinja, namely:
{% url %}
{% spaceless %}
{% with %}
{% load %} (as a noop)
{% get_media_prefix %}
{% get_static_prefix %}
{% static %} (in a base variant, and with django.contrib.staticfiles support)