How to Install and Uninstall bsh.noarch Package on Amazon Linux 2
Last updated: January 01,2025
1. Install "bsh.noarch" package
This guide let you learn how to install bsh.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
bsh.noarch
Copied
2. Uninstall "bsh.noarch" package
Here is a brief guide to show you how to uninstall bsh.noarch on Amazon Linux 2:
$
sudo yum remove
bsh.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the bsh.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : bsh
Arch : noarch
Version : 1.3.0
Release : 29.1.amzn2
Size : 490 k
Repo : amzn2-core/2/x86_64
Summary : Lightweight Scripting for Java
URL : http://www.beanshell.org/
License : (SPL or LGPLv2+) and Public Domain
Description : 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 your applications. In short: BeanShell is a dynamically
: interpreted Java, plus some useful stuff. Another way to describe
: it is to say that in many ways BeanShell is to Java as Tcl/Tk is
: to C: BeanShell is embeddable - You can call BeanShell from your
: Java applications to execute Java code dynamically at run-time or
: to provide scripting extensibility for your applications.
: Alternatively, you can call your Java applications and objects
: from BeanShell; working with Java objects and APIs dynamically.
: Since BeanShell is written in Java and runs in the same space as
: your application, you can freely pass references to "real live"
: objects into scripts and return them as results.
Available Packages
Name : bsh
Arch : noarch
Version : 1.3.0
Release : 29.1.amzn2
Size : 490 k
Repo : amzn2-core/2/x86_64
Summary : Lightweight Scripting for Java
URL : http://www.beanshell.org/
License : (SPL or LGPLv2+) and Public Domain
Description : 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 your applications. In short: BeanShell is a dynamically
: interpreted Java, plus some useful stuff. Another way to describe
: it is to say that in many ways BeanShell is to Java as Tcl/Tk is
: to C: BeanShell is embeddable - You can call BeanShell from your
: Java applications to execute Java code dynamically at run-time or
: to provide scripting extensibility for your applications.
: Alternatively, you can call your Java applications and objects
: from BeanShell; working with Java objects and APIs dynamically.
: Since BeanShell is written in Java and runs in the same space as
: your application, you can freely pass references to "real live"
: objects into scripts and return them as results.