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

Last updated: May 19,2024

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

This tutorial shows how to install libmaven-assembly-plugin-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidance below to uninstall libmaven-assembly-plugin-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmaven-assembly-plugin-java
Priority: optional
Section: universe/java
Installed-Size: 235
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: maven-assembly-plugin
Version: 2.4.1-1
Depends: libmaven-archiver-java, libmaven-common-artifact-filters-java, libmaven-file-management-java, libmaven-filtering-java, libmaven-repository-builder-java, libmaven-shared-io-java, libmaven2-core-java, libplexus-archiver-java, libplexus-container-default-java, libplexus-interpolation-java, libplexus-io-java, libplexus-utils-java
Filename: pool/universe/m/maven-assembly-plugin/libmaven-assembly-plugin-java_2.4.1-1_all.deb
Size: 201044
MD5sum: a8e22fc9978dc8d868cd3159f84ce501
SHA1: bbf10a9447f25e45b1003952467d13043c44d31b
SHA256: cee1382b8902db51fd16e239b932505982fc275fd45588a6907d08caf050cb1d
Description-en: Maven Assembly 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 Maven Assembly plugin is used to create archives of your project's
sources, classes, dependencies etc. from flexible assembly descriptors.
Description-md5: 91957d82ba3ff7b25308b5805cef2463
Homepage: http://maven.apache.org/plugins/maven-assembly-plugin/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu