How to Install and Uninstall python312-rjsmin Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python312-rjsmin" package

In this section, we are going to explain the necessary steps to install python312-rjsmin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-rjsmin

2. Uninstall "python312-rjsmin" package

Please follow the guidance below to uninstall python312-rjsmin on openSuSE Tumbleweed:

$ sudo zypper remove python312-rjsmin

3. Information about the python312-rjsmin package on openSuSE Tumbleweed

Information for package python312-rjsmin:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-rjsmin
Version : 1.2.2-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 124.6 KiB
Installed : No
Status : not installed
Source package : python-rjsmin-1.2.2-2.4.src
Upstream URL : http://opensource.perlig.de/rjsmin/
Summary : A JavaScript minifier written in Python
Description :
rJSmin is a Javascript minifier written in Python.
The minifier is based on the semantics of jsmin.c by Douglas Crockford.
The module is a re-implementation targeting speed, so it can be used
at runtime (rather than during a preprocessing step).