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

Last updated: May 15,2024

1. Install "python3-django-sass" package

Here is a brief guide to show you how to install python3-django-sass on Kali Linux

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

2. Uninstall "python3-django-sass" package

Please follow the instructions below to uninstall python3-django-sass on Kali Linux:

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

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

Package: python3-django-sass
Source: django-sass
Version: 1.0.0-3
Installed-Size: 39
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3-libsass, python3:any
Size: 8648
SHA256: 6c683954e99cb1aa71b0eae86a41660ec2d6b81fe2cc15262f6e9b3bf1101164
SHA1: 57ee1cc090131ace65f153eddd7e667ae5cfb094
MD5sum: 49cfaaba202aa3dfee55165457fbe109
Description: simplest way to use Sass with Django
The module is the absolute simplest way to use Sass with Django. Pure Python,
minimal dependencies, and no special configuration required. django-sass only
depends on libsass.
.
Other packages such as django-libsass and django-sass-processor, while nice
packages, require django-compressor which itself depends on several other
packages that require compilation to install.
.
* If you simply want to use Sass in development without installing a web of
unwanted dependencies, then django-sass is for you.
* If you don't want to deploy any processors or compressors to your
production server, then django-sass is for you.
* If you don't want to change the way you reference and serve static files,
then django-sass is for you.
* And if you want the absolute simplest installation and setup possible for
doing Sass, django-sass is for you too.
Description-md5:
Homepage: https://github.com/coderedcorp/django-sass
Section: python
Priority: optional
Filename: pool/main/d/django-sass/python3-django-sass_1.0.0-3_all.deb