How to Install and Uninstall proguard Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "proguard" package

This guide let you learn how to install proguard on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install proguard

2. Uninstall "proguard" package

In this section, we are going to explain the necessary steps to uninstall proguard on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove proguard $ sudo apt autoclean && sudo apt autoremove

3. Information about the proguard package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: proguard
Priority: optional
Section: universe/devel
Installed-Size: 2717
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 5.2.1-3
Depends: default-jre | java5-runtime
Filename: pool/universe/p/proguard/proguard_5.2.1-3_all.deb
Size: 772206
MD5sum: 7986c8c84a1cb395a42804fb270b3517
SHA1: 2976031e79b52d8eba8093d97af85d5964e3e954
SHA256: 689b4ac4e45d613d31304e4f67df794c0f9e54a5102e2e588304dbb8b6ae4157
Description-en: java class file shrinker, optimizer, and obfuscator
ProGuard is a free Java class file shrinker, optimizer, and
obfuscator. It can detect and remove unused classes, fields,
methods, and attributes. It can then optimize bytecode and remove
unused instructions. Finally, it can rename the remaining classes,
fields, and methods using short meaningless names. The resulting jars
are smaller and harder to reverse-engineer.
Description-md5: 7daac704362353676cb38d93f6846b0b
Homepage: http://proguard.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu