How to Install and Uninstall pry Package on Kali Linux

Last updated: December 23,2024

1. Install "pry" package

This guide covers the steps necessary to install pry on Kali Linux

$ sudo apt update $ sudo apt install pry

2. Uninstall "pry" package

Here is a brief guide to show you how to uninstall pry on Kali Linux:

$ sudo apt remove pry $ sudo apt autoclean && sudo apt autoremove

3. Information about the pry package on Kali Linux

Package: pry
Version: 0.14.2-1
Installed-Size: 567
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby, ruby-coderay (>= 1.1), ruby-method-source (>= 1.0)
Breaks: ruby-guard (<< 2.16.2), ruby-pry-byebug (<< 3.9.0)
Size: 138828
SHA256: da6c02ce58d6f1718b95d6c38713c39c5ba8e663901387a3b18fe4cd00563bd2
SHA1: 35da5f61f2d0badcdd256077a322e21da6300f74
MD5sum: 9aa388ead7dc0d17c88e89e2e0860bc1
Description: powerful irb alternative and runtime developer console
Pry is a powerful alternative to the standard IRB shell for Ruby. It is
written from scratch to provide a number of advanced features, some of
these include:
.
- Source code browsing (including core C source with the pry-doc gem)
- Documentation browsing
- Live help system
- Open methods in editors (`edit-method Class#method`)
- Syntax highlighting
- Command shell integration (start editors, run git, and rake from
within Pry)
- Gist integration
- Navigation around state (`cd`, `ls` and friends)
- Runtime invocation (use Pry as a developer console or debugger)
- Exotic object support (BasicObject instances, IClasses, ...)
- A Powerful and flexible command system
- Ability to view and replay history
- Many convenience commands inspired by IPython, Smalltalk and other
advanced REPLs
Description-md5:
Homepage: https://pry.github.io/
Section: ruby
Priority: optional
Filename: pool/main/p/pry/pry_0.14.2-1_all.deb