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

Last updated: May 12,2024

1. Install "python3-rjsmin" package

Please follow the guidelines below to install python3-rjsmin on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-rjsmin

2. Uninstall "python3-rjsmin" package

Learn how to uninstall python3-rjsmin on openSUSE Leap:

$ sudo zypper remove python3-rjsmin

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

Information for package python3-rjsmin:
---------------------------------------
Repository : Main Repository
Name : python3-rjsmin
Version : 1.1.0-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 90.7 KiB
Installed : No
Status : not installed
Source package : python-rjsmin-1.1.0-bp155.2.13.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).