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

Last updated: May 18,2024

1. Install "python39-rjsmin" package

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

$ sudo zypper refresh $ sudo zypper install python39-rjsmin

2. Uninstall "python39-rjsmin" package

This guide covers the steps necessary to uninstall python39-rjsmin on openSuSE Tumbleweed:

$ sudo zypper remove python39-rjsmin

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

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