How to Install and Uninstall python-coffin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-coffin" package

This guide covers the steps necessary to install python-coffin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-coffin

2. Uninstall "python-coffin" package

Please follow the guidance below to uninstall python-coffin on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-coffin $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-coffin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-coffin
Priority: optional
Section: universe/python
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 2.0.1-1
Depends: python-six, python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/python-coffin/python-coffin_2.0.1-1_all.deb
Size: 10050
MD5sum: 4ecb229d2db8d3e4276df63bb2f0fd18
SHA1: fff5683ac8c2f04eafc0736ca9634187dd4f922d
SHA256: 1e9d588c57595277dee8fb9c415f3c8f306b0c2830230d5ce5bc240fba1bc270
Description-en: Jinja2 adapter for Django - Python 2.x
Coffin is a Jinja2 adapter for Django. Coffin currently makes the following
Django tags available in Jinja:
* {% cache %} - has currently an incompatibility: The second argument (the
fragment name) needs to be specified with surrounding quotes if it is
supposed to be a literal string, according to Jinja2 syntax. It will
otherwise be considered an identifer and resolved as a variable.
* {% load %} - is actually a no-op in Coffin, since templatetag libraries are
always loaded. See also "Custom Filters and extensions".
* {% spaceless %}
* {% url %} - additionally, a view|url() filter is also available. Or use
view|url() for Django 1.5 style lookups by the value of view.
* {% with %}
* {% csrf_token %}
.
Django filters that are ported in Coffin:
* date
* floatformat
* pluralize (expects an optional second parameter rather than the comma
syntax)
* time
* timesince
* timeuntil
* truncatewords
* truncatewords_html
.
This package contains the Python 2.x module.
Description-md5: e3730836c1bd102a07c3d59873a8236e
Homepage: http://github.com/coffin/coffin
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions