How to Install bnd in Ubuntu 18.04



Install bnd by entering the following commands in the terminal:

sudo apt update
sudo apt install bnd

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

Homepage: http://bnd.bndtools.org/

Version: 3.5.0-1

Section: universe/java