How to Install and Uninstall ruby3.3-rubygem-rack-2.2 Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "ruby3.3-rubygem-rack-2.2" package

Learn how to install ruby3.3-rubygem-rack-2.2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.3-rubygem-rack-2.2

2. Uninstall "ruby3.3-rubygem-rack-2.2" package

This guide covers the steps necessary to uninstall ruby3.3-rubygem-rack-2.2 on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.3-rubygem-rack-2.2

3. Information about the ruby3.3-rubygem-rack-2.2 package on openSuSE Tumbleweed

Information for package ruby3.3-rubygem-rack-2.2:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.3-rubygem-rack-2.2
Version : 2.2.8.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 591.4 KiB
Installed : No
Status : not installed
Source package : rubygem-rack-2.2-2.2.8.1-1.1.src
Upstream URL : https://github.com/rack/rack
Summary : A modular Ruby webserver interface
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.