How to Install and Uninstall bsf.noarch Package on Rocky Linux 9

Last updated: July 05,2024

1. Install "bsf.noarch" package

In this section, we are going to explain the necessary steps to install bsf.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install bsf.noarch

2. Uninstall "bsf.noarch" package

Here is a brief guide to show you how to uninstall bsf.noarch on Rocky Linux 9:

$ sudo dnf remove bsf.noarch $ sudo dnf autoremove

3. Information about the bsf.noarch package on Rocky Linux 9

Last metadata expiration check: 0:49:28 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : bsf
Version : 2.4.0
Release : 43.el9
Architecture : noarch
Size : 107 k
Source : bsf-2.4.0-43.el9.src.rpm
Repository : appstream
Summary : Bean Scripting Framework
URL : http://commons.apache.org/bsf/
License : ASL 2.0
Description : 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 several scripting languages currently:
: * Javascript (using Rhino ECMAScript, from the Mozilla project)
: * Python (using either Jython or JPython)
: * Tcl (using Jacl)
: * NetRexx (an extension of the IBM REXX scripting language in Java)
: * XSLT Stylesheets (as a component of Apache XML project's Xalan and
: Xerces)
:
: In addition, the following languages are supported with their own BSF
: engines:
: * Java (using BeanShell, from the BeanShell project)
: * JRuby
: * JudoScript