How to Install and Uninstall ruby-debug-inspector Package on Kali Linux

Last updated: May 05,2024

1. Install "ruby-debug-inspector" package

This guide let you learn how to install ruby-debug-inspector on Kali Linux

$ sudo apt update $ sudo apt install ruby-debug-inspector

2. Uninstall "ruby-debug-inspector" package

In this section, we are going to explain the necessary steps to uninstall ruby-debug-inspector on Kali Linux:

$ sudo apt remove ruby-debug-inspector $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-debug-inspector package on Kali Linux

Package: ruby-debug-inspector
Source: ruby-debug-inspector (1.1.0+gh-1)
Version: 1.1.0+gh-1+b3
Installed-Size: 46
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libc6 (>= 2.2.5), libruby3.1 (>= 3.1.0~preview1), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 8204
SHA256: 5c861044a7686903643bd9b62c480926e68ae7ae0365bba4791bbd535b85dfaa
SHA1: c1d6593fac02abdf54674ca57dabf6cb983caacc
MD5sum: ba4f5a50c79574fe11a9493b579d31d7
Description: Ruby wrapper for the MRI 2.0 debug_inspector API
Adds methods to RubyVM::DebugInspector to allow for inspection of backtrace
frames.
.
The debug_inspector C extension and API were designed and built by Koichi
Sasada, this project is just a gemification of his work.
.
This library makes use of the debug inspector API which was added to MRI 2.0.0.
Only works on MRI 2 and 3. Requiring it on unsupported Rubies will result in a
no-op.
.
Recommended for use only in debugging situations. Do not use this in
production apps.
Description-md5:
Homepage: https://github.com/banister/debug_inspector
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-debug-inspector/ruby-debug-inspector_1.1.0+gh-1+b3_amd64.deb