How to Install and Uninstall ruby-oedipus-lex Package on Kali Linux

Last updated: May 20,2024

1. Install "ruby-oedipus-lex" package

This is a short guide on how to install ruby-oedipus-lex on Kali Linux

$ sudo apt update $ sudo apt install ruby-oedipus-lex

2. Uninstall "ruby-oedipus-lex" package

Please follow the steps below to uninstall ruby-oedipus-lex on Kali Linux:

$ sudo apt remove ruby-oedipus-lex $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-oedipus-lex package on Kali Linux

Package: ruby-oedipus-lex
Version: 2.6.0-2
Installed-Size: 69
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Size: 19104
SHA256: d3609bcba81275185b6e16d0846b5586ec5877b259bbb1f9e691317ea897c3b3
SHA1: 4ee42d45105a7dbec0a276c0970fdaeb206e42fb
MD5sum: 94732d39c67ea0126f47eb503214a233
Description: Lexer generator in the same family as Rexical and Rex
Oedipus Lex is a lexer generator in the same family as Rexical and
Rex. Oedipus Lex is a independent lexer fork of Rexical. Rexical was
in turn a fork of Rex. We've been unable to contact the author of rex
in order to take it over, fix it up, extend it, and relicense it to
MIT. So, Oedipus was written clean-room in order to bypass licensing
constraints (and because bootstrapping is fun).
.
Oedipus brings a lot of extras to the table and at this point is only
historically related to rexical. The syntax has changed enough that
any rexical lexer will have to be tweaked to work inside of oedipus.
At the very least, you need to add slashes to all your regexps.
.
Oedipus, like rexical, is based primarily on generating code much like
you would a hand-written lexer. It is _not_ a table or hash driven
lexer. It uses StrScanner within a multi-level case statement. As such,
Oedipus matches on the _first_ match, not the longest (like lex and
its ilk).
Description-md5:
Homepage: http://github.com/seattlerb/oedipus_lex
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-oedipus-lex/ruby-oedipus-lex_2.6.0-2_all.deb