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

Last updated: May 19,2024

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

This guide covers the steps necessary to install ruby3.0-rubygem-byebug on openSuSE Tumbleweed

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

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

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

$ sudo zypper remove ruby3.0-rubygem-byebug

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

Information for package ruby3.0-rubygem-byebug:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.0-rubygem-byebug
Version : 11.1.3-1.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 431,3 KiB
Installed : No
Status : not installed
Source package : rubygem-byebug-11.1.3-1.13.src
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.