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

Last updated: May 06,2024

1. Install "python38-rjsmin" package

This tutorial shows how to install python38-rjsmin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-rjsmin

2. Uninstall "python38-rjsmin" package

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

$ sudo zypper remove python38-rjsmin

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

Information for package python38-rjsmin:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-rjsmin
Version : 1.1.0-5.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 93,7 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).