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

Last updated: September 28,2024

1. Install "python311-rjsmin" package

This is a short guide on how to install python311-rjsmin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-rjsmin

2. Uninstall "python311-rjsmin" package

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

$ sudo zypper remove python311-rjsmin

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

Information for package python311-rjsmin:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-rjsmin
Version : 1.2.2-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 128.9 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).