How to Install and Uninstall ruby2.7-rubygem-byebug Package on openSuSE Tumbleweed

Last updated: October 31,2024

1. Install "ruby2.7-rubygem-byebug" package

This is a short guide on how to install ruby2.7-rubygem-byebug on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby2.7-rubygem-byebug

2. Uninstall "ruby2.7-rubygem-byebug" package

This guide covers the steps necessary to uninstall ruby2.7-rubygem-byebug on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-byebug

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

Information for package ruby2.7-rubygem-byebug:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-byebug
Version : 11.1.3-1.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 423,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.