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

Last updated: May 21,2024

1. Install "ruby-parslet" package

This guide covers the steps necessary to install ruby-parslet on Kali Linux

$ sudo apt update $ sudo apt install ruby-parslet

2. Uninstall "ruby-parslet" package

This guide let you learn how to uninstall ruby-parslet on Kali Linux:

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

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

Package: ruby-parslet
Version: 1.8.2-4
Installed-Size: 252
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby:any, ruby-blankslate
Size: 53500
SHA256: 70dadd05bd000d0121f0c2d50a0d342ac6c17aac1becc67df2d66e2e2def15ce
SHA1: 1bbe4c2c0dd83c99beb44717759d736efc1da382
MD5sum: 828bb53cc39a7011e7e5d193a3cb84d9
Description: Parser construction library with great error reporting in Ruby
Parslet makes developing complex parsers easy. It does so by
.
* providing the best error reporting possible
* not generating reams of code for you to debug
.
Parslet takes the long way around to make your job easier. It allows for
incremental language construction. Often, you start out small, implementing
the atoms of your language first; _parslet_ takes pride in making this
possible.
Description-md5:
Homepage: https://kschiess.github.io/parslet/
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-parslet/ruby-parslet_1.8.2-4_all.deb