How to Install and Uninstall libbsf-java-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libbsf-java-doc" package

This guide let you learn how to install libbsf-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libbsf-java-doc

2. Uninstall "libbsf-java-doc" package

Please follow the guidance below to uninstall libbsf-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libbsf-java-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libbsf-java-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libbsf-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 1946
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: libbsf-java
Version: 1:2.4.0-5build1
Replaces: libbsf-java (<< 1:2.4.0-5)
Suggests: libbsf-java
Breaks: libbsf-java (<< 1:2.4.0-5)
Filename: pool/universe/libb/libbsf-java/libbsf-java-doc_2.4.0-5build1_all.deb
Size: 119644
MD5sum: 46a65011cff793e95b95e4b9f62388cb
SHA1: ae6f0445b1d2aa62962bcf688f0bbaf6caa1a7e3
SHA256: c956fa225fb5d5109c5737e58b8a596d563f8adf859521641e52aa88692edece
Description-en: Bean Scripting Framework to support scripting - documentation
Bean Scripting Framework (BSF) is a set of Java classes which provides
scripting language support within Java applications, and access to Java
objects and methods from scripting languages. BSF allows one to write JSPs in
languages other than Java while providing access to the Java class library. In
addition, BSF permits any Java application to be implemented in part (or
dynamically extended) by a language that is embedded within it. This is
achieved by providing an API that permits calling scripting language engines
from within Java, as well as an object registry that exposes Java objects to
these scripting language engines.
.
BSF supports these scripting languages:
* Python (using Jython)
* JavaScript (using rhino)
* XSLT Stylesheets (as a component of Apache XML project's Xalan and Xerces)
* BeanShell (using bsh) via its own bsf adapter
.
Support for Tcl, NetRexx is not available in this Debian
package since Jacl, NetRexx (non-free) are not packaged.
.
This package contains Javadoc HTML documentation for
libbsf-java.
Description-md5: 92502baf2a10b38aeaf5b2752e5730e4
Homepage: http://jakarta.apache.org/bsf/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu