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

Last updated: May 19,2024

1. Install "python-django-assets" package

Please follow the step by step instructions below to install python-django-assets on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-assets

2. Uninstall "python-django-assets" package

This tutorial shows how to uninstall python-django-assets on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-assets $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-assets
Priority: optional
Section: universe/python
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-assets
Version: 0.11-1
Depends: python-django, python-webassets, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-django-assets-doc
Filename: pool/universe/d/django-assets/python-django-assets_0.11-1_all.deb
Size: 17716
MD5sum: 774b60e7b4a74b37ac5f45e9c08305e0
SHA1: 5db90307fbd9efd864917572e071e2f66add95ab
SHA256: 6b258cb50b12f68e3f4a9dae49000e2c54eca3b46d389b31c924404c89f3df6d
Description-en: integrate webassets into Django applications
django-assets will automatically merge and compress bundle’s source files the
first time a template including them is rendered, and will automatically update
the compressed file every time a source file changes. If debugging is enabled,
each source file will be outputted individually instead.
Description-md5: e05c6537cb0318f88e1107b8dcbcf521
Homepage: https://github.com/miracle2k/django-assets
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu