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

Last updated: October 06,2024

1. Install "tomcat.src" package

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

$ sudo dnf update $ sudo dnf install tomcat.src

2. Uninstall "tomcat.src" package

Please follow the guidance below to uninstall tomcat.src on Oracle Linux 9:

$ sudo dnf remove tomcat.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:02:36 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 : src
Size : 14 M
Source : None
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.