How to Install and Uninstall proguard.noarch Package on Fedora 35

Last updated: September 24,2024

1. Install "proguard.noarch" package

In this section, we are going to explain the necessary steps to install proguard.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install proguard.noarch

2. Uninstall "proguard.noarch" package

Please follow the step by step instructions below to uninstall proguard.noarch on Fedora 35:

$ sudo dnf remove proguard.noarch $ sudo dnf autoremove

3. Information about the proguard.noarch package on Fedora 35

Last metadata expiration check: 5:40:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : proguard
Version : 5.3.3
Release : 12.fc35
Architecture : noarch
Size : 782 k
Source : proguard-5.3.3-12.fc35.src.rpm
Repository : fedora
Summary : Java class file shrinker, optimizer, obfuscator and preverifier
URL : https://www.guardsquare.com/en/proguard
License : GPLv2+
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.