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

Last updated: May 11,2024

1. Install "libbsh-java" package

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

$ sudo apt update $ sudo apt install libbsh-java

2. Uninstall "libbsh-java" package

Please follow the step by step instructions below to uninstall libbsh-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libbsh-java
Priority: optional
Section: universe/java
Installed-Size: 301
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: bsh
Version: 2.0b4-17ubuntu1
Replaces: bsh (<= 2.0b4-13~)
Breaks: bsh (<= 2.0b4-13~)
Filename: pool/universe/b/bsh/libbsh-java_2.0b4-17ubuntu1_all.deb
Size: 264356
MD5sum: cc690b0b6fef6d91b24325b4b3682576
SHA1: b250f99cac28a2d1359bb59cb032b9d180a453b4
SHA256: 47c9746d742d81a4e6a40342d6cc7d2af6a77fa23568ddc350dff15f39002bb1
Description-en: Java scripting environment (BeanShell) Version 2 (library)
BeanShell is a small, free, embeddable, Java source interpreter with object
scripting language features, written in Java. BeanShell executes standard Java
statements and expressions, in addition to obvious scripting commands and
syntax. BeanShell supports scripted objects as simple method closures like
those in Perl and JavaScript(tm).
.
You can use BeanShell interactively for Java experimentation and debugging or
as a simple scripting engine for you applications. In short: BeanShell is a
dynamically interpreted Java, plus some useful stuff.
.
This package contains the Java library without the command line tools.
Description-md5: 9438acca3862ed2b76eba52014902e6e
Homepage: http://www.beanshell.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu