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

Last updated: May 16,2024

1. Install "ruby-regexp-parser" package

This guide covers the steps necessary to install ruby-regexp-parser on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "ruby-regexp-parser" package

This is a short guide on how to uninstall ruby-regexp-parser on Ubuntu 21.10 (Impish Indri):

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

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

Package: ruby-regexp-parser
Architecture: all
Version: 1.7.1-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 303
Filename: pool/universe/r/ruby-regexp-parser/ruby-regexp-parser_1.7.1-1_all.deb
Size: 49044
MD5sum: 317abd574fb155e6b889f88c8fc9423b
SHA1: 4c27d5a34de30f416a21deb4023789d465af6e61
SHA256: 219a56dac15e8cc89dd05dfa638bb0ecd435f5eeb51d306903b5717ab26fe3f4
SHA512: 27e8ba9e1eb1d8c2b01b7d854bed41fac7b097fc5ff88de02abe985611a7707be2bbfd761f675c2dd66fcff7c707bcef16ba39acfb6d5ea6b128e5077368b79f
Homepage: https://github.com/ammar/regexp_parser
Description-en: Scanner, lexer, parser for ruby's regular expressions
A library for tokenizing, lexing, and parsing Ruby regular expressions.
.
* Multilayered
* A scanner/tokenizer based on Ragel
* A lexer that produces a "stream" of token objects.
* A parser that produces a "tree" of Expression objects (OO API)
* Runs on Ruby 1.9, 2.x, and JRuby (1.9 mode) runtimes.
* Recognizes Ruby 1.8, 1.9, and 2.x regular expressions
Description-md5: 03079328774ecf1d53d4d3ca75c7cb10
Ruby-Versions: all