How To Install python3-rcssmin on Fedora 36

In this tutorial we learn how to install python3-rcssmin in Fedora 36. python3-rcssmin is CSS Minifier

Introduction

In this tutorial we learn how to install python3-rcssmin on Fedora 36.

What is python3-rcssmin

RCSSmin is a CSS minifier. 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).

We can use yum or dnf to install python3-rcssmin on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-rcssmin.

Install python3-rcssmin on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-rcssmin using dnf by running the following command:

sudo dnf -y install python3-rcssmin

Install python3-rcssmin on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-rcssmin using yum by running the following command:

sudo yum -y install python3-rcssmin

How To Uninstall python3-rcssmin on Fedora 36

To uninstall only the python3-rcssmin package we can use the following command:

sudo dnf remove python3-rcssmin

python3-rcssmin Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/f04d062ea1d556edc9d57e1d25604920d55030
/usr/lib64/python3.10/site-packages/__pycache__/rcssmin.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/rcssmin.cpython-310.pyc
/usr/lib64/python3.10/site-packages/_rcssmin.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/rcssmin-1.0.6-py3.10.egg-info
/usr/lib64/python3.10/site-packages/rcssmin.py
/usr/share/doc/python3-rcssmin
/usr/share/doc/python3-rcssmin/README.rst
/usr/share/licenses/python3-rcssmin
/usr/share/licenses/python3-rcssmin/LICENSE
/usr/share/licenses/python3-rcssmin/LICENSE.cssmin

References

Summary

In this tutorial we learn how to install python3-rcssmin on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).