How to Install and Uninstall tomcat.noarch Package on Amazon Linux 2

Last updated: January 08,2025

1. Install "tomcat.noarch" package

This is a short guide on how to install tomcat.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install tomcat.noarch

2. Uninstall "tomcat.noarch" package

Please follow the steps below to uninstall tomcat.noarch on Amazon Linux 2:

$ sudo yum remove tomcat.noarch $ sudo yum autoremove

3. Information about the tomcat.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : tomcat
Arch : noarch
Version : 7.0.76
Release : 10.amzn2.0.2
Size : 92 k
Repo : amzn2-core/2/x86_64
Summary : Apache Servlet/JSP Engine, RI for Servlet 3.0/JSP 2.2 API
URL : http://tomcat.apache.org/
License : ASL 2.0
Description : Tomcat is the servlet container that is used in the official
: Reference Implementation for the Java Servlet and JavaServer Pages
: technologies. The Java Servlet and JavaServer Pages specifications
: are developed by Sun under the Java Community Process.
:
: Tomcat is developed in an open and participatory environment and
: released under the Apache Software License version 2.0. Tomcat is
: intended to be a collaboration of the best-of-breed developers
: from around the world.