How to Install and Uninstall python310-rcssmin Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python310-rcssmin" package

Please follow the steps below to install python310-rcssmin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-rcssmin

2. Uninstall "python310-rcssmin" package

In this section, we are going to explain the necessary steps to uninstall python310-rcssmin on openSuSE Tumbleweed:

$ sudo zypper remove python310-rcssmin

3. Information about the python310-rcssmin package on openSuSE Tumbleweed

Information for package python310-rcssmin:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-rcssmin
Version : 1.1.2-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 91.4 KiB
Installed : No
Status : not installed
Source package : python-rcssmin-1.1.2-1.4.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).