How to Install and Uninstall ruby-ruby-parser Package on Kali Linux

Last updated: May 22,2024

1. Install "ruby-ruby-parser" package

Please follow the step by step instructions below to install ruby-ruby-parser on Kali Linux

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

2. Uninstall "ruby-ruby-parser" package

Please follow the guidance below to uninstall ruby-ruby-parser on Kali Linux:

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

3. Information about the ruby-ruby-parser package on Kali Linux

Package: ruby-ruby-parser
Version: 3.20.0-2
Installed-Size: 7702
Maintainer: Debian Ruby Team
Architecture: all
Replaces: ruby-parser (<= 3.11.0-1)
Depends: ruby, ruby-sexp-processor (>= 4.16)
Breaks: ruby-parser (<= 3.11.0-1), ruby-ruby2ruby (<< 2.5~)
Size: 267812
SHA256: d72faf36e6e2837de5073cf0d9c8b3cd63a17fd7e79ca4d104e908c4fe454fc9
SHA1: aeb200477898edaddf35d95dae73be136d8e611c
MD5sum: 5a22cafe077c5dbc12445fe9df7189b3
Description: 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:
Homepage: https://github.com/seattlerb/ruby_parser
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-ruby-parser/ruby-ruby-parser_3.20.0-2_all.deb