How to Install and Uninstall ruby2.5-rubygem-kgio Package on openSUSE Leap

Last updated: February 17,2025

1. Install "ruby2.5-rubygem-kgio" package

This is a short guide on how to install ruby2.5-rubygem-kgio on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ruby2.5-rubygem-kgio

2. Uninstall "ruby2.5-rubygem-kgio" package

In this section, we are going to explain the necessary steps to uninstall ruby2.5-rubygem-kgio on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-kgio

3. Information about the ruby2.5-rubygem-kgio package on openSUSE Leap

Information for package ruby2.5-rubygem-kgio:
---------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-kgio
Version : 2.11.0-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 259.5 KiB
Installed : No
Status : not installed
Source package : rubygem-kgio-2.11.0-bp155.2.11.src
Upstream URL : http://bogomips.org/kgio/
Summary : kinder, gentler I/O for Ruby
Description :
kgio provides non-blocking I/O methods for Ruby without raising
exceptions on EAGAIN and EINPROGRESS. It is intended for use with the
unicorn Rack server, but may be used by other applications (that run on
Unix-like platforms).