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

Last updated: November 08,2024

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

Please follow the steps below to install ruby3.3-rubygem-byebug on openSuSE Tumbleweed

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

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

In this section, we are going to explain the necessary steps to uninstall ruby3.3-rubygem-byebug on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.3-rubygem-byebug

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

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