How to Install and Uninstall rubygem-rack.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 01,2024

1. Install "rubygem-rack.noarch" package

This guide let you learn how to install rubygem-rack.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rubygem-rack.noarch

2. Uninstall "rubygem-rack.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-rack.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rubygem-rack.noarch $ sudo dnf autoremove

3. Information about the rubygem-rack.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:49:18 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rubygem-rack
Epoch : 1
Version : 2.2.4
Release : 1.el9
Architecture : noarch
Size : 92 k
Source : rubygem-rack-2.2.4-1.el9.src.rpm
Repository : epel
Summary : A modular Ruby webserver interface
URL : https://rack.github.io/
License : MIT and BSD
Description : Rack provides a minimal, modular and adaptable interface for developing
: web applications in Ruby. By wrapping HTTP requests and responses in
: the simplest way possible, it unifies and distills the API for web
: servers, web frameworks, and software in between (the so-called
: middleware) into a single method call.