How To Install libmaven-bundle-plugin-java on Kali Linux
Introduction
In this tutorial we learn how to install libmaven-bundle-plugin-java
on Kali Linux.
What is libmaven-bundle-plugin-java
libmaven-bundle-plugin-java is:
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.
This plugin allow you to handle artifact OSGi metadata of your artifact (JAR, WAR). It manage a new type of packaging “bundle” in your POM.
This plugin depends on Felix Bundle Repository and BND for low-level handling of metadata.
There are three methods to install libmaven-bundle-plugin-java
on Kali Linux. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install libmaven-bundle-plugin-java Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libmaven-bundle-plugin-java
using apt-get
by running the following command:
Install libmaven-bundle-plugin-java Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libmaven-bundle-plugin-java
using apt
by running the following command:
Install libmaven-bundle-plugin-java Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude
using the following command.
After updating apt database, We can install libmaven-bundle-plugin-java
using aptitude
by running the following command:
How To Uninstall libmaven-bundle-plugin-java on Kali Linux
To uninstall only the libmaven-bundle-plugin-java
package we can use the following command:
Uninstall libmaven-bundle-plugin-java And Its Dependencies
To uninstall libmaven-bundle-plugin-java
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libmaven-bundle-plugin-java Configurations and Data
To remove libmaven-bundle-plugin-java
configuration and data from Kali Linux we can use the following command:
Remove libmaven-bundle-plugin-java configuration, data, and all of its dependencies
We can use the following command to remove libmaven-bundle-plugin-java
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libmaven-bundle-plugin-java have the following dependencies:
- libmaven-deploy-plugin-java
- libmaven-install-plugin-java
- bnd
- libdoxia-core-java
- libdoxia-sitetools-java
- libfelix-bundlerepository-java
- libfelix-utils-java
- libjdom1-java
- libmaven-archiver-java
- libmaven-dependency-tree-java
- libmaven-reporting-api-java
- libmaven3-core-java
- libosgi-core-java
- libplexus-build-api-java
- libplexus-utils2-java
References
Summary
In this tutorial we learn how to install libmaven-bundle-plugin-java
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.