Install libpolyglot-maven-java
Installing libpolyglot-maven-java package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpolyglot-maven-java
libpolyglot-maven-java package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpolyglot-maven-java |
version | 0.8~tobrien+git20120905-5 |
description | modules to enable Maven usage in others JVM languages |
subsection | java |
website | github.com / tobrien / polyglot-maven |
maintainer | Debian Java Maintainers |
Uninstall libpolyglot-maven-java
To remove just libpolyglot-maven-java package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpolyglot-maven-java
Uninstall libpolyglot-maven-java and it’s dependent packages
To remove the libpolyglot-maven-java package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpolyglot-maven-java
Purging libpolyglot-maven-java
If you also want to delete configuration and/or data files of libpolyglot-maven-java from Debian Sid then this will work:
sudo apt-get purge libpolyglot-maven-java
To delete configuration and/or data files of libpolyglot-maven-java and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpolyglot-maven-java