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

Last updated: May 17,2024

1. Install "ruby3.0-rubygem-rack" package

This guide covers the steps necessary to install ruby3.0-rubygem-rack on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.0-rubygem-rack

2. Uninstall "ruby3.0-rubygem-rack" package

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

$ sudo zypper remove ruby3.0-rubygem-rack

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

Information for package ruby3.0-rubygem-rack:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.0-rubygem-rack
Version : 2.2.3-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 586,1 KiB
Installed : No
Status : not installed
Source package : rubygem-rack-2.2.3-1.7.src
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.