How to Install and Uninstall glassfish-servlet-api.noarch Package on CentOS Stream 8

Last updated: October 08,2024

1. Install "glassfish-servlet-api.noarch" package

Please follow the steps below to install glassfish-servlet-api.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install glassfish-servlet-api.noarch

2. Uninstall "glassfish-servlet-api.noarch" package

This is a short guide on how to uninstall glassfish-servlet-api.noarch on CentOS Stream 8:

$ sudo dnf remove glassfish-servlet-api.noarch $ sudo dnf autoremove

3. Information about the glassfish-servlet-api.noarch package on CentOS Stream 8

Last metadata expiration check: 0:05:20 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : glassfish-servlet-api
Version : 3.1.0
Release : 19.module+el8.2.1+7436+4afdca1f
Architecture : noarch
Size : 89 k
Source : glassfish-servlet-api-3.1.0-19.module+el8.2.1+7436+4afdca1f.src.rpm
Repository : appstream
Summary : Java Servlet API
URL : http://servlet-spec.java.net
License : (CDDL or GPLv2 with exceptions) and ASL 2.0
Description : The javax.servlet package contains a number of classes
: and interfaces that describe and define the contracts between
: a servlet class and the runtime environment provided for
: an instance of such a class by a conforming servlet container.