How to Install and Uninstall ruby3.2-rubygem-byebug Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "ruby3.2-rubygem-byebug" package

Please follow the instructions below to install ruby3.2-rubygem-byebug on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.2-rubygem-byebug

2. Uninstall "ruby3.2-rubygem-byebug" package

Please follow the steps below to uninstall ruby3.2-rubygem-byebug on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.2-rubygem-byebug

3. Information about the ruby3.2-rubygem-byebug package on openSuSE Tumbleweed

Information for package ruby3.2-rubygem-byebug:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.2-rubygem-byebug
Version : 11.1.3-1.25
Arch : x86_64
Vendor : openSUSE
Installed Size : 426.2 KiB
Installed : No
Status : not installed
Source package : rubygem-byebug-11.1.3-1.25.src
Upstream URL : https://github.com/deivid-rodriguez/byebug
Summary : Ruby fast debugger - base + CLI
Description :
Byebug is a Ruby debugger. It's implemented using the
TracePoint C API for execution control and the Debug Inspector C API for
call stack navigation. The core component provides support that front-ends
can build on. It provides breakpoint handling and bindings for stack frames
among other things and it comes with an easy to use command line interface.