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

Last updated: May 14,2024

1. Install "python3-django-assets" package

This tutorial shows how to install python3-django-assets on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-django-assets" package

Please follow the guidelines below to uninstall python3-django-assets on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-django, python3-webassets, python3:any (>= 3.3.2-2~)
Suggests: python-django-assets-doc
Filename: pool/universe/d/django-assets/python3-django-assets_0.11-1_all.deb
Size: 17840
MD5sum: afb209910c8e881d4aa3e3977675508f
SHA1: 151e1437f2bceb81c1ae123928deb203cb227312
SHA256: e4cd080c2cdd6cf47f8900ca05d4b37f3f1d627dfc2adfe5b2540cb2118a5c75
Description-en: integrate webassets into Django applications (Python3 version)
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.
.
This package contains the Python 3 version of the library.
Description-md5: 9944accda84f9d7ed4328ce8d91f5de0
Homepage: https://github.com/miracle2k/django-assets
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu