How to Install and Uninstall python3-django-assets Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-django-assets" package

In this section, we are going to explain the necessary steps to install python3-django-assets on Kali Linux

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

2. Uninstall "python3-django-assets" package

This guide covers the steps necessary to uninstall python3-django-assets on Kali Linux:

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

3. Information about the python3-django-assets package on Kali Linux

Package: python3-django-assets
Source: django-assets
Version: 2.0-2
Installed-Size: 72
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3-webassets, python3:any
Suggests: python-django-assets-doc
Size: 18040
SHA256: 1ec6fb8f7a6d8692ee6e1d1f28d59b46df170a8eba389725ec8fc29f74686289
SHA1: ea9ca3a16e47df89898d21ab38685354db7b3020
MD5sum: ae9aa7479837917acbb79a68b56b221a
Description: 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
Section: python
Priority: optional
Filename: pool/main/d/django-assets/python3-django-assets_2.0-2_all.deb