How to Install and Uninstall jetty-util.noarch Package on Fedora 38

Last updated: September 30,2024

1. Install "jetty-util.noarch" package

Please follow the instructions below to install jetty-util.noarch on Fedora 38

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

2. Uninstall "jetty-util.noarch" package

This guide let you learn how to uninstall jetty-util.noarch on Fedora 38:

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

3. Information about the jetty-util.noarch package on Fedora 38

Last metadata expiration check: 4:59:18 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : jetty-util
Version : 9.4.40
Release : 7.fc38
Architecture : noarch
Size : 528 k
Source : jetty-9.4.40-7.fc38.src.rpm
Repository : fedora
Summary : util module for Jetty
URL : http://www.eclipse.org/jetty/
License : (ASL 2.0 or EPL-1.0) and MIT
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 util module for Jetty.