How to Install and Uninstall proguard Package on openSUSE Leap

Last updated: May 08,2024

1. Install "proguard" package

Please follow the steps below to install proguard on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install proguard

2. Uninstall "proguard" package

Please follow the instructions below to uninstall proguard on openSUSE Leap:

$ sudo zypper remove proguard

3. Information about the proguard package on openSUSE Leap

Information for package proguard:
---------------------------------
Repository : Main Repository
Name : proguard
Version : 6.2.0-1.74
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : proguard-6.2.0-1.74.src
Upstream URL : https://www.guardsquare.com/en/proguard
Summary : Java class file shrinker, optimizer, obfuscator and preverifier
Description :
ProGuard is a free Java class file shrinker, optimizer, obfuscator and
preverifier. It detects and removes unused classes, fields, methods, and
attributes. It optimizes bytecode and removes unused instructions. It
renames the remaining classes, fields, and methods using short meaningless
names. Finally, it preverifies the processed code for Java 6 or for Java
Micro Edition.