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

Last updated: May 06,2024

1. Install "python3-django-pyscss" package

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

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

2. Uninstall "python3-django-pyscss" package

Here is a brief guide to show you how to uninstall python3-django-pyscss on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-django-pyscss
Priority: optional
Section: universe/python
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-django-pyscss
Version: 2.0.2-4
Depends: libjs-jquery, python3-compressor, python3-django, python3-pyscss (>= 1.3.4), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-django-pyscss/python3-django-pyscss_2.0.2-4_all.deb
Size: 8550
MD5sum: 441238ad3a7e6aed70d9671ce8ad1024
SHA1: 8beab69651da84272526c93be1c7bc16b8b238eb
SHA256: 54ab4a936ec919a9f12af10b417e5bf6f0386e445840dac7baba8f7cb7f23cf5
Description-en: makes it easier to use PySCSS in Django - Python 3.x
Django-pyscss is a collection of tools for making it easier to use pyScss
within Django. It overwrites the import system to use Django's staticfiles
app. This way you can import SCSS files from any app (or any file that's
findable by the STATICFILES_FINDERS) with no hassle. It provides a
django-compressor precompile filter class so that you can easily use pyScss
with django-compressor without having to bust out to the shell. This has the
added benefit of removing the need to configure pyScss through its
command-line arguments AND makes it possible for the exceptions and warnings
that pyScss emits to bubble up to your process so that you can actually know
what's going on.
.
This package contains the Python 3.x module.
Description-md5: 69e23a70ea657bcfa23d13c17db2a00d
Homepage: https://github.com/fusionbox/django-pyscss
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu