How to Install and Uninstall libmaven-enforcer-plugin-java Package on Kali Linux

Last updated: May 13,2024

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

In this section, we are going to explain the necessary steps to install libmaven-enforcer-plugin-java on Kali Linux

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

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

This guide covers the steps necessary to uninstall libmaven-enforcer-plugin-java on Kali Linux:

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

3. Information about the libmaven-enforcer-plugin-java package on Kali Linux

Package: libmaven-enforcer-plugin-java
Source: maven-enforcer
Version: 3.1.0-1
Installed-Size: 215
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libbsh-java (>= 2.0b4), libcommons-codec-java (>= 1.15), libcommons-io-java (>= 2.11.0), libcommons-lang3-java (>= 3.12.0), libmaven-dependency-tree-java (>= 3.2.1), libmaven-parent-java (>= 35), libmaven-resolver-java (>= 1.6.3), libmaven-shared-utils-java (>= 3.3.4), libmaven3-core-java (>= 3.8.7), libplexus-utils2-java (>= 3.4.2)
Size: 135432
SHA256: 5948e7b40df8e7266c39eb66649fbbb8ae77a0adebb2d2cb6e35fc301316818d
SHA1: bf9a4dbc3feffcef156855ff65ae76b008508adb
MD5sum: 0ee45e11369fbf8b7ad7937b52d751e2
Description: Maven build rule execution framework
Enforcer is a Maven build rule execution framework.
Maven Enforcer Plugin provides goals to control certain environmental
constraints such as Maven version, JDK version and OS family along with many
more standard rules:
* alwaysPass - Always passes... used to test plugin configuration.
* alwaysFail - Always fail... used to test plugin configuration.
* bannedDependencies - enforces that excluded dependencies aren't included.
* evaluateBeanshell - evaluates a beanshell script.
* requireReleaseDeps - enforces that no snapshots are included as
dependencies.
* requireReleaseVersion - enforces that the artifact is not a snapshot.
* requireMavenVersion - enforces the Maven version.
* requireJavaVersion - enforces the JDK version.
* requireOS - enforces the OS / CPU Archictecture.
* requirePluginVersions - enforces that all plugins have a specified version.
* requireProperty - enforces the existence and values of properties.
* requireFilesDontExist - enforces that the list of files do not exist.
* requireFilesExist - enforces that the list of files do exist.
* requireFilesSize - enforces that the list of files exist and are within a
certain size range.
Custom rules are easy to make with the maven-enforcer-rule-api.
Description-md5:
Homepage: https://maven.apache.org/enforcer/maven-enforcer-plugin/
Section: java
Priority: optional
Filename: pool/main/m/maven-enforcer/libmaven-enforcer-plugin-java_3.1.0-1_all.deb