How to Install and Uninstall ruby-byebug Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "ruby-byebug" package

Please follow the guidelines below to install ruby-byebug on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-byebug

2. Uninstall "ruby-byebug" package

This tutorial shows how to uninstall ruby-byebug on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-byebug package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-byebug
Priority: optional
Section: universe/ruby
Installed-Size: 259
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 5.0.0-1build3
Depends: ruby (>= 1:2.3~0), ruby-columnize (>= 0.9.0), libc6 (>= 2.4), libruby2.3 (>= 2.3.0~preview2)
Filename: pool/universe/r/ruby-byebug/ruby-byebug_5.0.0-1build3_amd64.deb
Size: 50798
MD5sum: 3de5f8ffeb92962be498a68019626fe6
SHA1: b0ccda4890464f7497f7fe65ad6c9b80125ed1e4
SHA256: f84c62c7f95c580d5d8e939d70878c26ff6c97d74bbb60b074ae545ca0339ce3
Description-en: Ruby 2.0 fast debugger - base + CLI
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.
Description-md5: 49c05e91e2502b23162dca5d783d84e5
Homepage: http://github.com/deivid-rodriguez/byebug
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu