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

Last updated: May 18,2024

1. Install "python3-rcssmin" package

This tutorial shows how to install python3-rcssmin on Kali Linux

$ sudo apt update $ sudo apt install python3-rcssmin

2. Uninstall "python3-rcssmin" package

Please follow the steps below to uninstall python3-rcssmin on Kali Linux:

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

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

Package: python3-rcssmin
Source: python-rcssmin (1:1.1.0-2)
Version: 1:1.1.0-2+b1
Installed-Size: 88
Maintainer: Debian OpenStack
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 18272
SHA256: 454c71f17014b1577f4f970f7293db36f04ee8573e3bda07a58b2b101d2d6bc4
SHA1: 5aadff391c85c863c97483f18441451785aa35a3
MD5sum: 905b5f91e934811175bcd46cbfaa94f3
Description: CSS Minifier - Python 3.x
The minifier is based on the semantics of the YUI compressor, which itself is
based on the rule list by Isaac Schlueter.
.
This module is a re-implementation aiming for speed instead of maximum
compression, so it can be used at runtime (rather than during a preprocessing
step). RCSSmin does syntactical compression only (removing spaces, comments
and possibly semicolons). It does not provide semantic compression (like
removing empty blocks, collapsing redundant properties etc). It does, however,
support various CSS hacks (by keeping them working as intended).
.
rcssmin.c is a reimplementation of rcssmin.py in C and improves runtime up to
factor 100 or so (depending on the input). docs/BENCHMARKS in the source
distribution contains the details.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: http://opensource.perlig.de/rcssmin/
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-rcssmin/python3-rcssmin_1.1.0-2+b1_amd64.deb