How to Install and Uninstall python3-rcssmin Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-rcssmin" package

Please follow the instructions below to install python3-rcssmin on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-rcssmin

2. Uninstall "python3-rcssmin" package

This tutorial shows how to uninstall python3-rcssmin on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-rcssmin package on Ubuntu 21.10 (Impish Indri)

Package: python3-rcssmin
Architecture: amd64
Version: 1.0.6-2build5
Priority: optional
Section: python
Source: python-rcssmin
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 65
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.4)
Filename: pool/main/p/python-rcssmin/python3-rcssmin_1.0.6-2build5_amd64.deb
Size: 19638
MD5sum: a961180420f6652fce6e92bef59fb4a2
SHA1: 7527b37e94966f0e6674fbb078eb6f8dff8c44e9
SHA256: e679d78e2bde6af4d7a5c6b49d5338b7cf24d2ba19f326ecc8feb7f7d320f55b
SHA512: eb522ae8157d65a92fae57a44d36b6475f09625472487ebba216a2d8286521025125785d1523990b1afddb46acd512c892ac3f7600b1eda34593d14d249e7c7e
Homepage: http://opensource.perlig.de/rcssmin/
Description-en: 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: b4e322d81f4c466f34654a6e50386d01