How to Install and Uninstall pry Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "pry" package

In this section, we are going to explain the necessary steps to install pry on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pry

2. Uninstall "pry" package

This guide let you learn how to uninstall pry on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pry package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pry
Priority: optional
Section: universe/ruby
Installed-Size: 531
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.10.3-2
Depends: ruby | ruby-interpreter, ruby-coderay (>= 1.1.0), ruby-method-source (>= 0.8.1)
Filename: pool/universe/p/pry/pry_0.10.3-2_all.deb
Size: 116990
MD5sum: 1a0185db7bee921f1005b35b581a0f0e
SHA1: b5cdcfd41202af63258381c2c120de793cf8e604
SHA256: ea6035dcc282a100aaafe271d24554fea93ab2f14c450381f4f37d29fbc3387f
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
Homepage: http://pryrepl.org
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu