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

Last updated: May 17,2024

1. Install "python3-rcssmin" package

This guide covers the steps necessary to install python3-rcssmin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-rcssmin

2. Uninstall "python3-rcssmin" package

Please follow the step by step instructions below to uninstall python3-rcssmin on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-rcssmin
Priority: optional
Section: universe/python
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: amd64
Source: python-rcssmin
Version: 1.0.6-1ubuntu1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4)
Filename: pool/universe/p/python-rcssmin/python3-rcssmin_1.0.6-1ubuntu1_amd64.deb
Size: 18106
MD5sum: 40a821e246fb9091fffcb2b9fd69bfbf
SHA1: 0b6cfc9c5219938cfa10cb1d5a28aa3bfe273230
SHA256: 54e87b37fd564b3048b012da1c22afbadeccd43a4ea0152c6bcd6f7707f903cd
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
Homepage: http://opensource.perlig.de/rcssmin/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu