How to Install and Uninstall ruby2.5-rubygem-byebug Package on openSUSE Leap

Last updated: October 06,2024

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

Learn how to install ruby2.5-rubygem-byebug on openSUSE Leap

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

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

In this section, we are going to explain the necessary steps to uninstall ruby2.5-rubygem-byebug on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-byebug

3. Information about the ruby2.5-rubygem-byebug package on openSUSE Leap

Information for package ruby2.5-rubygem-byebug:
-----------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-byebug
Version : 9.1.0-1.28
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 389.2 KiB
Installed : No
Status : not installed
Source package : rubygem-byebug-9.1.0-1.28.src
Upstream URL : http://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.