How to Install and Uninstall rubygem-byebug.x86_64 Package on Fedora 39

Last updated: November 25,2024

1. Install "rubygem-byebug.x86_64" package

This guide covers the steps necessary to install rubygem-byebug.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install rubygem-byebug.x86_64

2. Uninstall "rubygem-byebug.x86_64" package

This guide let you learn how to uninstall rubygem-byebug.x86_64 on Fedora 39:

$ sudo dnf remove rubygem-byebug.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-byebug.x86_64 package on Fedora 39

Last metadata expiration check: 3:56:11 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rubygem-byebug
Version : 11.1.3
Release : 5.fc39
Architecture : x86_64
Size : 124 k
Source : rubygem-byebug-11.1.3-5.fc39.src.rpm
Repository : fedora
Summary : Ruby 2.0 fast debugger - base + CLI
URL : http://github.com/deivid-rodriguez/byebug
License : BSD-2-Clause
Description : Byebug is a Ruby 2 debugger. It's implemented using the
: Ruby 2 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.