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

Last updated: June 29,2024

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

This is a short guide on how to install ruby3.0-rubygem-debug_inspector on openSuSE Tumbleweed

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

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

Learn how to uninstall ruby3.0-rubygem-debug_inspector on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.0-rubygem-debug_inspector

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

Information for package ruby3.0-rubygem-debug_inspector:
--------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.0-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.