How to Install and Uninstall maven Package on Kali Linux

Last updated: May 04,2024

1. Install "maven" package

This guide covers the steps necessary to install maven on Kali Linux

$ sudo apt update $ sudo apt install maven

2. Uninstall "maven" package

This guide let you learn how to uninstall maven on Kali Linux:

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

3. Information about the maven package on Kali Linux

Package: maven
Version: 3.8.7-2
Installed-Size: 124
Maintainer: Debian Java Maintainers
Architecture: all
Replaces: maven2 (<< 2.2.1-11)
Depends: default-jre-headless (>= 2:1.7) | java7-runtime-headless, libjansi-java, libmaven3-core-java (= 3.8.7-2), libwagon-file-java, libwagon-http-shaded-java
Breaks: maven2 (<< 2.2.1-11)
Size: 19316
SHA256: 381bbea39496c900e52d775fc98300140b001abf0be1f8b9c3df6ceab9bdbbc8
SHA1: 3b437398f15b8b06dcfd5d130e3743751d040b4f
MD5sum: 3a7dc9da2df2b931f220af1c802ef216
Description: 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:
Homepage: http://maven.apache.org
Section: java
Priority: optional
Filename: pool/main/m/maven/maven_3.8.7-2_all.deb