How to Install and Uninstall pry Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "pry" package

This guide let you learn how to install pry on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install pry

2. Uninstall "pry" package

This tutorial shows how to uninstall pry on Ubuntu 21.10 (Impish Indri):

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

3. Information about the pry package on Ubuntu 21.10 (Impish Indri)

Package: pry
Architecture: all
Version: 0.13.1-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 577
Depends: ruby, ruby-coderay (>= 1.1), ruby-method-source (>= 1.0)
Breaks: ruby-guard (<< 2.16.2), ruby-pry-byebug (<< 3.9.0)
Filename: pool/universe/p/pry/pry_0.13.1-1_all.deb
Size: 121464
MD5sum: 28cd7ad97658d5141e199f4c4f0c4bdc
SHA1: b7af3d764ea89e364da88b1826a395bbdc8d9199
SHA256: 21f7419dd0c460d13f0c80efd8e25ceed581dae55b9e1b4986c73a71db359a2b
SHA512: 1e08a943757f0376f5b3f087fd539a1cae32cc7b9ff8a81d566cf47bb41eaef3e5b6f3725862c562369437a4387d96b76dee71bf1e469bb8c1f4ee6e6e0901c6
Homepage: https://pry.github.io/
Description-en: 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: ce99f68a73f6097b1ef921b937e4c46b
Ruby-Versions: all