How to Install and Uninstall python-rcssmin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-rcssmin" package

This guide let you learn how to install python-rcssmin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-rcssmin

2. Uninstall "python-rcssmin" package

Please follow the guidance below to uninstall python-rcssmin on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-rcssmin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-rcssmin
Priority: optional
Section: python
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: amd64
Version: 1.0.6-1ubuntu1
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4)
Filename: pool/main/p/python-rcssmin/python-rcssmin_1.0.6-1ubuntu1_amd64.deb
Size: 17824
MD5sum: ea26db5cdf4e9aaed3f68e7170be16a3
SHA1: 5e8a553027599ff1440ab4c6d5c0164adfa88e30
SHA256: db659576f28d80e18922615058ec4f08378f86bfbc90a4cc89ebf4e17b106801
Description-en: CSS Minifier - Python 2.7
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 2.7 module.
Description-md5: 66cc07ed51afde0675eab5c0f19ff6c2
Homepage: http://opensource.perlig.de/rcssmin/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y