How to Install and Uninstall ruby2.7-rubygem-rack Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "ruby2.7-rubygem-rack" package

This tutorial shows how to install ruby2.7-rubygem-rack on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby2.7-rubygem-rack

2. Uninstall "ruby2.7-rubygem-rack" package

This guide let you learn how to uninstall ruby2.7-rubygem-rack on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-rack

3. Information about the ruby2.7-rubygem-rack package on openSuSE Tumbleweed

Information for package ruby2.7-rubygem-rack:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-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.