How to Install and Uninstall ruby-byebug Package on Kali Linux

Last updated: July 03,2024

1. Install "ruby-byebug" package

This guide covers the steps necessary to install ruby-byebug on Kali Linux

$ sudo apt update $ sudo apt install ruby-byebug

2. Uninstall "ruby-byebug" package

Please follow the instructions below to uninstall ruby-byebug on Kali Linux:

$ sudo apt remove ruby-byebug $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-byebug package on Kali Linux

Package: ruby-byebug
Version: 11.1.3-4
Installed-Size: 294
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: ruby, ruby-columnize, libc6 (>= 2.4), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Breaks: ruby-pry-byebug (<< 3.7.0-1~)
Size: 66484
SHA256: d9e49972309bdfd8d18d7fc52c5b5cc1aa60b9ef89a20e0cb332fab9df5bd3c4
SHA1: 470255e2d503c91c00981fbc1ee4648b6c7a671b
MD5sum: 9617349577108475ffb1e589dc014674
Description: Ruby fast debugger - base + CLI
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.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/deivid-rodriguez/byebug
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-byebug/ruby-byebug_11.1.3-4_amd64.deb