How to Install and Uninstall apache-commons-jexl.noarch Package on Amazon Linux 2

Last updated: April 30,2024

1. Install "apache-commons-jexl.noarch" package

Please follow the step by step instructions below to install apache-commons-jexl.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install apache-commons-jexl.noarch

2. Uninstall "apache-commons-jexl.noarch" package

Please follow the step by step instructions below to uninstall apache-commons-jexl.noarch on Amazon Linux 2:

$ sudo yum remove apache-commons-jexl.noarch $ sudo yum autoremove

3. Information about the apache-commons-jexl.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : apache-commons-jexl
Arch : noarch
Version : 2.1.1
Release : 9.amzn2
Size : 250 k
Repo : amzn2-core/2/x86_64
Summary : Java Expression Language (JEXL)
URL : http://commons.apache.org/jexl
License : ASL 2.0
Description : Java Expression Language (JEXL) is an expression language engine
: which can be embedded in applications and frameworks. JEXL is
: inspired by Jakarta Velocity and the Expression Language defined
: in the JavaServer Pages Standard Tag Library version 1.1 (JSTL)
: and JavaServer Pages version 2.0 (JSP). While inspired by JSTL
: EL, it must be noted that JEXL is not a compatible implementation
: of EL as defined in JSTL 1.1 (JSR-052) or JSP 2.0 (JSR-152). For a
: compatible implementation of these specifications, see the Commons
: EL project.
:
: JEXL attempts to bring some of the lessons learned by the Velocity
: community about expression languages in templating to a wider
: audience. Commons Jelly needed Velocity-ish method access, it
: just had to have it.