How to Install and Uninstall ruby-ruby-parser Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 19,2024

1. Install "ruby-ruby-parser" package

This guide covers the steps necessary to install ruby-ruby-parser on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "ruby-ruby-parser" package

In this section, we are going to explain the necessary steps to uninstall ruby-ruby-parser on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-ruby-parser package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-ruby-parser
Architecture: all
Version: 3.11.0-4
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: 2783
Depends: ruby | ruby-interpreter, ruby-sexp-processor (>= 4.9)
Breaks: ruby-parser (<= 3.11.0-1)
Replaces: ruby-parser (<= 3.11.0-1)
Filename: pool/universe/r/ruby-ruby-parser/ruby-ruby-parser_3.11.0-4_all.deb
Size: 167864
MD5sum: b126c7dbd79e1c70785b7d90ada7b0c9
SHA1: 196936fffcca40e2d7cd7c49f46f0e1cbfd2782d
SHA256: 03e69c887fd720729aa11feced6989ee895d20789c252ea776522680ede40274
SHA512: 199415a2a2bd66e0d6cd10db1b3c4d0512d22302e7578966ceeacbcc1e79e20c91e98fa40342d5b08218651f9eed18bf87846acd52162c6a884b838a678e4544
Homepage: https://github.com/seattlerb/ruby_parser
Description-en: Ruby parser written in pure Ruby
ruby_parser (RP) can be used to parse and check syntax of Ruby code.
"Pure Ruby" in this context means the parser's code
* consists solely of Ruby source files
* does not add any native extensions or other C code (eg. with RubyInline)
which requires a C compiler to be present on the user's system
.
It utilizes racc and its output is same as that of ParseTree's.
Description-md5: b868d266d32f75e24ca0bc425b44c4fc
Ruby-Versions: all