How to Install and Uninstall bsh-src Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "bsh-src" package

Please follow the guidance below to install bsh-src on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install bsh-src

2. Uninstall "bsh-src" package

This guide let you learn how to uninstall bsh-src on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove bsh-src $ sudo apt autoclean && sudo apt autoremove

3. Information about the bsh-src package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: bsh-src
Priority: optional
Section: universe/java
Installed-Size: 832
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: bsh
Version: 2.0b4-17ubuntu1
Suggests: bsh
Filename: pool/universe/b/bsh/bsh-src_2.0b4-17ubuntu1_all.deb
Size: 836254
MD5sum: e2a1e228d1dfee24ac84dcf7d4bfc7a7
SHA1: f86ea23932e096f92f25aa4fdac399ebe6d1dc89
SHA256: b09bbe05060cd98ecd02f610e625cb5b3a0820a160e6b33a8cc8bc4e1d37d9f0
Description-en: Java scripting environment (BeanShell) Version 2 (source code)
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 bsh source code.
Description-md5: b7ff08ed9f7163110b2eba3e8aec8d91
Homepage: http://www.beanshell.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu