How To Install tomcat-el-3 on Fedora 36

In this tutorial we learn how to install tomcat-el-3 in Fedora 36. tomcat-el-3 is Apache Tomcat Expression Language v3.0 API Implementation Classes

Introduction

In this tutorial we learn how to install tomcat-el-3 on Fedora 36.

What is tomcat-el-3

Apache Tomcat EL API Implementation Classes.

We can use yum or dnf to install tomcat-el-3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tomcat-el-3.

Install tomcat-el-3 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install tomcat-el-3 using dnf by running the following command:

sudo dnf -y install tomcat-el-3

Install tomcat-el-3 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tomcat-el-3 using yum by running the following command:

sudo yum -y install tomcat-el-3

How To Uninstall tomcat-el-3 on Fedora 36

To uninstall only the tomcat-el-3 package we can use the following command:

sudo dnf remove tomcat-el-3

tomcat-el-3 Package Contents on Fedora 36

/usr/share/doc/tomcat-el-3.0-api
/usr/share/doc/tomcat-el-3.0-api/LICENSE
/usr/share/java/tomcat
/usr/share/java/tomcat-el-3.0-api.jar
/usr/share/java/tomcat/tomcat-el-3.0-api.jar
/usr/share/java/tomcat/tomcat-el-api.jar
/usr/share/maven-metadata/tomcat-tomcat-el-api.xml
/usr/share/maven-poms/tomcat
/usr/share/maven-poms/tomcat/tomcat-el-api.pom

References

Summary

In this tutorial we learn how to install tomcat-el-3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).