How to Install and Uninstall python3-pyscss Package on Kali Linux

Last updated: May 11,2024

1. Install "python3-pyscss" package

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

$ sudo apt update $ sudo apt install python3-pyscss

2. Uninstall "python3-pyscss" package

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

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

3. Information about the python3-pyscss package on Kali Linux

Package: python3-pyscss
Source: python-pyscss
Version: 1.4.0-3
Installed-Size: 484
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3-pkg-resources, python3-six, python3:any
Size: 94936
SHA256: 3b89b82ae8f8392e2ba55581dc6bf8ad223133dc87c4c228e1deea02498166ac
SHA1: 5195ec6f593d26cf37ae963b2aca8900632fca62
MD5sum: 3fe923f5ad779b0cb10d8c1877d95ca0
Description: SCSS compiler - Python 3.x
pyScss compiles Scss (Sass), a superset of CSS that is more
powerful, elegant and easier to maintain than plain-vanilla
CSS. The library acts as a CSS source code preprocesor which
allows you to use variables, nested rules, mixins, and have
inheritance of rules, all with a CSS-compatible syntax which
the preprocessor then compiles to standard CSS.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/Kronuz/pyScss
Section: python
Priority: optional
Filename: pool/main/p/python-pyscss/python3-pyscss_1.4.0-3_amd64.deb