How to Install and Uninstall ruby-whitequark-parser Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "ruby-whitequark-parser" package

Please follow the guidance below to install ruby-whitequark-parser on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-whitequark-parser

2. Uninstall "ruby-whitequark-parser" package

Please follow the guidelines below to uninstall ruby-whitequark-parser on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove ruby-whitequark-parser $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-whitequark-parser package on Ubuntu 21.10 (Impish Indri)

Package: ruby-whitequark-parser
Architecture: all
Version: 2.7.1.4-2
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: 5537
Depends: ruby-ast (>= 2.4.1), ruby
Filename: pool/universe/r/ruby-whitequark-parser/ruby-whitequark-parser_2.7.1.4-2_all.deb
Size: 381804
MD5sum: f720e5838a3cd7851c5a7d56d4c21cf0
SHA1: 3a793a47d708fce12d43120968f8e30fe2255500
SHA256: 8f35f19f6e9c83ea9d98e4f977be5170f8a4bdfa1d8db9ae43658cfb611df8bb
SHA512: 3f08a15a10568f2ed883d97201301540ad7ac46092eac0671c46d1863b337828ef0ada09277a33cef898f773f2c80a83c23024934be2788462acd6a8d0322c16
Homepage: https://github.com/whitequark/parser
Description-en: Ruby parser written in pure Ruby
parser is a production-ready Ruby parser written in pure Ruby. It
recognizes as much or more code than Ripper, Melbourne, JRubyParser
or ruby_parser, and is vastly more convenient to use.
.
Among its keys features are: it provides precise source location
reporting, it has a documented AST format which is convenient to work
with, it parses 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4 and 2.5 syntax with
backwards-compatible AST formats and also parses MacRuby and
RubyMotion syntax extensions. It also has improved clang-like
diagnostic messages with location information.
.
Since it's written in pure Ruby, runs on MRI 1.8.7 or >=1.9.2, JRuby
and Rubinius, it has excellent test coverage and the source code is
readable and well commented.
.
Not to be confused with ruby_parser gem from Ryan Davis, of seattle.rb
Ruby user group.
Description-md5: f85f9b737c8276798f6b59c07421d212
Ruby-Versions: all