How To Install glassfish-el.noarch on Amazon Linux 2

In this tutorial we learn how to install glassfish-el.noarch in Amazon Linux 2. glassfish-el.noarch is J2EE Expression Language Implementation

Introduction

In this tutorial we learn how to install glassfish-el.noarch on Amazon Linux 2.

What is glassfish-el.noarch

This project provides an implementation of the Expression Language (EL). The main goals are * Improves current implementation improvements * Provides API for use by other tools, such as Netbeans

We can use yum to install glassfish-el.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install glassfish-el.noarch.

Install glassfish-el.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install glassfish-el.noarch using yum by running the following command:

sudo yum -y install glassfish-el.noarch

How To Uninstall glassfish-el.noarch on Amazon Linux 2

To uninstall only the glassfish-el.noarch package we can use the following command:

sudo yum remove glassfish-el.noarch

glassfish-el.noarch Package Contents on Amazon Linux 2

/usr/share/java/glassfish-el.jar
/usr/share/maven-effective-poms/JPP-glassfish-el.pom
/usr/share/maven-fragments/glassfish-el.xml
/usr/share/maven-poms/JPP-glassfish-el.pom

References

Summary

In this tutorial we learn how to install glassfish-el.noarch on Amazon Linux 2 using yum.