How to Install and Uninstall tomcat.noarch Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "tomcat.noarch" package

This tutorial shows how to install tomcat.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install tomcat.noarch

2. Uninstall "tomcat.noarch" package

Learn how to uninstall tomcat.noarch on Rocky Linux 9:

$ sudo dnf remove tomcat.noarch $ sudo dnf autoremove

3. Information about the tomcat.noarch package on Rocky Linux 9

Last metadata expiration check: 1:39:47 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : tomcat
Epoch : 1
Version : 9.0.62
Release : 37.el9_3.1
Architecture : noarch
Size : 90 k
Source : tomcat-9.0.62-37.el9_3.1.src.rpm
Repository : appstream
Summary : Apache Servlet/JSP Engine, RI for Servlet 4.0/JSP 2.3 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.