How to Install and Uninstall jetty-continuation.noarch Package on CentOS Stream 8

Last updated: June 25,2024

1. Install "jetty-continuation.noarch" package

In this section, we are going to explain the necessary steps to install jetty-continuation.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install jetty-continuation.noarch

2. Uninstall "jetty-continuation.noarch" package

This tutorial shows how to uninstall jetty-continuation.noarch on CentOS Stream 8:

$ sudo dnf remove jetty-continuation.noarch $ sudo dnf autoremove

3. Information about the jetty-continuation.noarch package on CentOS Stream 8

Last metadata expiration check: 2:49:27 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : jetty-continuation
Version : 9.4.30
Release : 2.v20200611.module+el8.2.1+7436+4afdca1f
Architecture : noarch
Size : 48 k
Source : jetty-9.4.30-2.v20200611.module+el8.2.1+7436+4afdca1f.src.rpm
Repository : appstream
Summary : continuation module for Jetty
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.
:
: This package contains continuation module for Jetty.