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

Last updated: May 10,2024

1. Install "bsh-doc" package

This guide covers the steps necessary to install bsh-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install bsh-doc

2. Uninstall "bsh-doc" package

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

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

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

Package: bsh-doc
Priority: optional
Section: universe/doc
Installed-Size: 3875
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: bsh
Version: 2.0b4-17ubuntu1
Recommends: default-jdk-doc
Suggests: bsh
Filename: pool/universe/b/bsh/bsh-doc_2.0b4-17ubuntu1_all.deb
Size: 328742
MD5sum: 10b59a1dd05cce52d03d01d9ad2c02b4
SHA1: 92b4ab57ae63c422efa5be1da6e7dc3105728eff
SHA256: 6a30cafbd87e011e96d49e9e1a173ee4af0d86c40460af961c328f5567c2d948
Description-en: Documentation for bsh
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.
.
The documentation includes the javadoc API for bsh version 2 as well as
the faq and manual in html-format.
Description-md5: 185310e44d4c9d8cbde45a7662aad306
Homepage: http://www.beanshell.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu