How to Install and Uninstall python3-rcssmin Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-rcssmin" package

Please follow the instructions below to install python3-rcssmin on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-rcssmin

2. Uninstall "python3-rcssmin" package

Here is a brief guide to show you how to uninstall python3-rcssmin on openSUSE Leap:

$ sudo zypper remove python3-rcssmin

3. Information about the python3-rcssmin package on openSUSE Leap

Information for package python3-rcssmin:
----------------------------------------
Repository : Main Repository
Name : python3-rcssmin
Version : 1.0.6-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 84.4 KiB
Installed : No
Status : not installed
Source package : python-rcssmin-1.0.6-bp155.2.12.src
Upstream URL : http://opensource.perlig.de/rcssmin/
Summary : RCSSmin is a CSS Minifier Written in Python
Description :
rCSSmin is a CSS minifier written in python.
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).