How to Install and Uninstall ruby-parslet Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "ruby-parslet" package

Please follow the instructions below to install ruby-parslet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-parslet

2. Uninstall "ruby-parslet" package

Please follow the steps below to uninstall ruby-parslet on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-parslet package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-parslet
Priority: optional
Section: universe/ruby
Installed-Size: 235
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.7.1-1
Depends: ruby | ruby-interpreter, ruby-blankslate (>= 2.0)
Filename: pool/universe/r/ruby-parslet/ruby-parslet_1.7.1-1_all.deb
Size: 48950
MD5sum: ede20e548f463277ce5d5f776f3cc422
SHA1: 03be179bcae597ce5015416af004075f09deaa56
SHA256: 9e717a9a0ee1cbc51e3104c7d0a02609b77c7781fe0d68b5b7de87193aad2e99
Description-en: 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: 8340b0724ed504c67d32c34c6084ca84
Homepage: https://kschiess.github.io/parslet
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu