Install java-package
Installing java-package package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install java-package
java-package package information
distro | Debian Unstable (Sid) |
---|---|
section | Contrib |
name | java-package |
version | 0.61 |
description | Utility for creating Java Debian packages |
subsection | misc |
maintainer | Debian Java Maintainers |
Uninstall java-package
To remove just java-package package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove java-package
Uninstall java-package and it’s dependent packages
To remove the java-package package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove java-package
Purging java-package
If you also want to delete configuration and/or data files of java-package from Debian Sid then this will work:
sudo apt-get purge java-package
To delete configuration and/or data files of java-package and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove java-package