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

Last updated: May 18,2024

1. Install "python36-rjsmin" package

This guide let you learn how to install python36-rjsmin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-rjsmin

2. Uninstall "python36-rjsmin" package

Please follow the instructions below to uninstall python36-rjsmin on openSuSE Tumbleweed:

$ sudo zypper remove python36-rjsmin

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

Information for package python36-rjsmin:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-rjsmin
Version : 1.1.0-5.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 94,4 KiB
Installed : No
Status : not installed
Source package : python-rjsmin-1.1.0-5.8.src
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).