How to Install and Uninstall bnd Package on Kali Linux

Last updated: May 17,2024

1. Install "bnd" package

This tutorial shows how to install bnd on Kali Linux

$ sudo apt update $ sudo apt install bnd

2. Uninstall "bnd" package

Learn how to uninstall bnd on Kali Linux:

$ sudo apt remove bnd $ sudo apt autoclean && sudo apt autoremove

3. Information about the bnd package on Kali Linux

Package: bnd
Version: 5.0.1-5
Installed-Size: 15343
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre-headless | java8-runtime-headless, java-wrappers, junit4, libfelix-framework-java, libfelix-gogo-runtime-java, libfelix-resolver-java (>= 1.16), libjline2-java, libosgi-annotation-java, libosgi-compendium-java (>= 7), libosgi-core-java (>= 7.0.0), libslf4j-java, libxz-java, libyaml-snake-java
Recommends: libbindex-java (>= 2.2+svn101)
Size: 10053492
SHA256: a12123aa6a8349263bfb9f31850cf93b0c8a9107cc8f4421abdfc09f8b0342fe
SHA1: e0927c6c33eab370ab60bb6448be16b93b67eedf
MD5sum: 32d372be40bb843b23f641807cb9ba08
Description: tool to create and diagnose OSGi bundles
The bnd tool helps you create and diagnose OSGi bundles.
The key functions are:
.
* Show the manifest and JAR contents of a bundle
* Wrap a JAR so that it becomes a bundle
* Create a Bundle from a specification and a class path
* Verify the validity of the manifest entries
.
The tool is capable of acting as:
.
* Command line tool
* Maven Plugin
* Ant Plugin
Description-md5:
Homepage: http://bnd.bndtools.org/
Tag: devel::library, role::program, scope::utility
Section: java
Priority: optional
Filename: pool/main/b/bnd/bnd_5.0.1-5_all.deb