How to Install and Uninstall jetty.src Package on Oracle Linux 8

Last updated: September 21,2024

1. Install "jetty.src" package

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

$ sudo dnf update $ sudo dnf install jetty.src

2. Uninstall "jetty.src" package

Please follow the guidelines below to uninstall jetty.src on Oracle Linux 8:

$ sudo dnf remove jetty.src $ sudo dnf autoremove

3. Information about the jetty.src package on Oracle Linux 8

Last metadata expiration check: 6:54:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : jetty
Version : 9.4.30
Release : 2.v20200611.module+el8.3.0+9630+fe6f9367
Architecture : src
Size : 18 M
Source : None
Repository : ol8_appstream
Summary : Java Webserver and Servlet Container
URL : http://www.eclipse.org/jetty/
License : ASL 2.0 or EPL-1.0
Description :
:
: Jetty is a 100% Java HTTP Server and Servlet Container. This means that you
: do not need to configure and run a separate web server (like Apache) in order
: to use Java, servlets and JSPs to generate dynamic content. Jetty is a fully
: featured web server for static and dynamic content. Unlike separate
: server/container solutions, this means that your web server and web
: application run in the same process, without interconnection overheads
: and complications. Furthermore, as a pure java component, Jetty can be simply
: included in your application for demonstration, distribution or deployment.
: Jetty is available on all Java supported platforms.