How to Install and Uninstall maven Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "maven" package

Here is a brief guide to show you how to install maven on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install maven

2. Uninstall "maven" package

Please follow the guidance below to uninstall maven on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove maven $ sudo apt autoclean && sudo apt autoremove

3. Information about the maven package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: maven
Priority: optional
Section: universe/java
Installed-Size: 119
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 3.3.9-3
Replaces: maven2 (<< 2.2.1-11)
Depends: default-jre-headless (>= 2:1.7) | java7-runtime-headless, libmaven3-core-java (= 3.3.9-3)
Breaks: maven2 (<< 2.2.1-11)
Filename: pool/universe/m/maven/maven_3.3.9-3_all.deb
Size: 17356
MD5sum: a9c484eb035678b11bbf6bf08f3e2b75
SHA1: b7283233f19ed09da9949ee3cac838d6bedbed28
SHA256: 7044e4e05825f80fbab4649868d0f46935f19d743015daee5067a9cb16094299
Description-en: Java software project management and comprehension tool
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
Description-md5: 344f87767e3119fe58a5149874e743c9
Homepage: http://maven.apache.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu