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

Last updated: July 05,2024

1. Install "python3-coffin" package

Please follow the guidance below to install python3-coffin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-coffin

2. Uninstall "python3-coffin" package

This tutorial shows how to uninstall python3-coffin on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-coffin
Priority: optional
Section: universe/python
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-coffin
Version: 2.0.1-1
Depends: python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-coffin/python3-coffin_2.0.1-1_all.deb
Size: 10132
MD5sum: 2a51eb55bd322034a653b8d74957e8ad
SHA1: 2cc11e466905e75025282968dd8a409bbe7de767
SHA256: 0da053138f7f1ebfb3492b8a65a286edd7482b5227142a3670a6ac92a2cdd7c6
Description-en: Jinja2 adapter for Django - Python 3.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 3.x module.
Description-md5: 66eff7bc16008db467c229b18d24cf62
Homepage: http://github.com/coffin/coffin
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu