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

Last updated: October 07,2024

1. Install "tomcat.noarch" package

In this section, we are going to explain the necessary steps to install tomcat.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install tomcat.noarch

2. Uninstall "tomcat.noarch" package

Please follow the steps below to uninstall tomcat.noarch on Oracle Linux 9:

$ sudo dnf remove tomcat.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:08:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : tomcat
Epoch : 1
Version : 9.0.62
Release : 37.el9_3.1
Architecture : noarch
Size : 119 k
Source : tomcat-9.0.62-37.el9_3.1.src.rpm
Repository : ol9_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.