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

Last updated: November 23,2024

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

Please follow the guidance below to install ruby2.7-rubygem-debug_inspector on openSuSE Tumbleweed

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

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

In this section, we are going to explain the necessary steps to uninstall ruby2.7-rubygem-debug_inspector on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-debug_inspector

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

Information for package ruby2.7-rubygem-debug_inspector:
--------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-debug_inspector
Version : 1.1.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 37,2 KiB
Installed : No
Status : not installed
Source package : rubygem-debug_inspector-1.1.0-1.2.src
Summary : A Ruby wrapper for the MRI 2.0 debug_inspector API
Description :
Adds methods to RubyVM::DebugInspector to allow for inspection of backtrace
frames.
The debug_inspector C extension and API were designed and built by Koichi
Sasada, this project is just a gemification of his work.
This library makes use of the debug inspector API which was added to MRI
2.0.0.
Only works on MRI 2 and 3. Requiring it on unsupported Rubies will result in a
no-op.
Recommended for use only in debugging situations. Do not use this in
production apps.