How To Install glassfish-el-api.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install glassfish-el-api.noarch on Amazon Linux 2.
What is glassfish-el-api.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-api.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-api.noarch.
Install glassfish-el-api.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-api.noarch using yum by running the following command:
sudo yum -y install glassfish-el-api.noarch
How To Uninstall glassfish-el-api.noarch on Amazon Linux 2
To uninstall only the glassfish-el-api.noarch package we can use the following command:
sudo yum remove glassfish-el-api.noarch
glassfish-el-api.noarch Package Contents on Amazon Linux 2
/usr/share/doc/glassfish-el-api-2.2.4
/usr/share/doc/glassfish-el-api-2.2.4/LICENSE-2.0.txt
/usr/share/java/glassfish-el-api.jar
/usr/share/maven-effective-poms/JPP-glassfish-el-api.pom
/usr/share/maven-fragments/glassfish-el-api.xml
/usr/share/maven-poms/JPP-glassfish-el-api.pom
References
Summary
In this tutorial we learn how to install glassfish-el-api.noarch on Amazon Linux 2 using yum.