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

Last updated: October 05,2024

1. Install "rubygem-byebug.x86_64" package

Please follow the steps below to install rubygem-byebug.x86_64 on Fedora 34

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

2. Uninstall "rubygem-byebug.x86_64" package

Please follow the guidelines below to uninstall rubygem-byebug.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:36:43 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rubygem-byebug
Version : 11.1.3
Release : 3.fc34
Architecture : x86_64
Size : 105 k
Source : rubygem-byebug-11.1.3-3.fc34.src.rpm
Repository : updates
Summary : Ruby 2.0 fast debugger - base + CLI
URL : http://github.com/deivid-rodriguez/byebug
License : BSD
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.