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

Last updated: May 09,2024

1. Install "libbsf-java" package

Here is a brief guide to show you how to install libbsf-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libbsf-java

2. Uninstall "libbsf-java" package

In this section, we are going to explain the necessary steps to uninstall libbsf-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libbsf-java
Priority: optional
Section: universe/libs
Installed-Size: 130
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1:2.4.0-5build1
Depends: libapache-pom-java
Suggests: bsh, libxalan2-java, rhino
Filename: pool/universe/libb/libbsf-java/libbsf-java_2.4.0-5build1_all.deb
Size: 71232
MD5sum: 04834ac2a769b170ae47a5a6e7795005
SHA1: 85bfaff3da1562f4de46e91435fa9df46add8b8b
SHA256: aa0f8a9bbeb40a270fde192ccc50bf717ba99dbe22ff558984c68887bf202dff
Description-en: Bean Scripting Framework to support scripting languages in Java
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.
Description-md5: 7edf52967a3df85d4e3d6a32472105f0
Homepage: http://jakarta.apache.org/bsf/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu