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

Last updated: May 18,2024

1. Install "ruby-treetop" package

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

$ sudo apt update $ sudo apt install ruby-treetop

2. Uninstall "ruby-treetop" package

This guide covers the steps necessary to uninstall ruby-treetop on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-treetop
Priority: optional
Section: universe/ruby
Installed-Size: 276
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.6.3-1
Depends: ruby | ruby-interpreter, ruby-i18n, ruby-polyglot (>= 0.3)
Suggests: doc-base, treetop
Filename: pool/universe/r/ruby-treetop/ruby-treetop_1.6.3-1_all.deb
Size: 35874
MD5sum: 1af1cb9b985634948354665bf51a6958
SHA1: 8f2f509adde94ef2d45d7d0a89de987f31e7cb96
SHA256: 872d736f65dcc2389d9b7a753b4ae4e7201903aa2b74e304f0c41bfdd37f46bd
Description-en: Ruby-based text parsing and interpretation DSL
Treetop is a language for describing languages. It provides a Ruby
implementation of a custom language based on parsing expression
grammars (PEGs).
.
This package provides the Ruby library implementation of treetop.
Description-md5: ac404c35a50c86cd6223ad01cda88f5f
Homepage: https://github.com/cjheath/treetop
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu