How to Install and Uninstall libmaven-compiler-plugin-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libmaven-compiler-plugin-java" package

Please follow the instructions below to install libmaven-compiler-plugin-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmaven-compiler-plugin-java

2. Uninstall "libmaven-compiler-plugin-java" package

This is a short guide on how to uninstall libmaven-compiler-plugin-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmaven-compiler-plugin-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmaven-compiler-plugin-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmaven-compiler-plugin-java
Priority: optional
Section: universe/java
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: maven-compiler-plugin
Version: 3.2-5
Depends: libmaven-shared-incremental-java, libmaven-shared-utils-java, libmaven2-core-java, libplexus-compiler-java (>= 2.2~), libplexus-containers-java
Suggests: libmaven-compiler-plugin-java-doc
Filename: pool/universe/m/maven-compiler-plugin/libmaven-compiler-plugin-java_3.2-5_all.deb
Size: 35894
MD5sum: bf0f58edd8462424ab59c8aa5508e4b4
SHA1: d4f586c015b596aea34f9b69e4d28d1f4071cc41
SHA256: e6963be085b54562ace0cf7c03771ca40f3a465550b760db83d799e65b0dd0d9
Description-en: Maven Compiler plugin
Maven is a software project management and comprehension tool. Based on the
concept of a project object model (POM), Maven can manage a project's build,
reporting and documentation from a central piece of information.
.
Maven's primary goal is to allow a developer to comprehend the complete
state of a development effort in the shortest period of time. In order to
attain this goal there are several areas of concern that Maven attempts
to deal with:
.
* Making the build process easy
* Providing a uniform build system
* Providing quality project information
* Providing guidelines for best practices development
* Allowing transparent migration to new features
.
The Compiler Plugin is used to compile the sources of your project. The
default compiler is javac and is used to compile Java sources.
Description-md5: e0e234f9ca5fcd0adf64cf5bd521e58b
Homepage: http://maven.apache.org/plugins/maven-compiler-plugin/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu