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