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

Last updated: May 03,2024

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

This guide let you learn how to install ruby3.0-rubygem-binding_of_caller on openSuSE Tumbleweed

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

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

Please follow the guidance below to uninstall ruby3.0-rubygem-binding_of_caller on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.0-rubygem-binding_of_caller

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

Information for package ruby3.0-rubygem-binding_of_caller:
----------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.0-rubygem-binding_of_caller
Version : 1.0.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 27,4 KiB
Installed : No
Status : not installed
Source package : rubygem-binding_of_caller-1.0.0-1.4.src
Summary : Retrieve the binding of a method's caller, or further up the stack
Description :
Provides the Binding#of_caller method.
Using binding_of_caller we can grab bindings from higher up the call stack and
evaluate code in that context.
Allows access to bindings arbitrarily far up the call stack, not limited to
just the immediate caller.
Recommended for use only in debugging situations. Do not use this in
production apps.