Install proguard
Installing proguard package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install proguard
proguard package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | proguard |
version | 5.2.1-3 |
description | java class file shrinker, optimizer, and obfuscator |
subsection | devel |
website | proguard.sourceforge.net |
maintainer | Debian Java Maintainers |
Uninstall proguard
To remove just proguard package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove proguard
Uninstall proguard and it’s dependent packages
To remove the proguard package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove proguard
Purging proguard
If you also want to delete configuration and/or data files of proguard from Debian Sid then this will work:
sudo apt-get purge proguard
To delete configuration and/or data files of proguard and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove proguard