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

Last updated: May 14,2024

1. Install "treetop" package

Learn how to install treetop on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install treetop

2. Uninstall "treetop" package

This is a short guide on how to uninstall treetop on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: treetop
Priority: optional
Section: universe/ruby
Installed-Size: 19
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Source: ruby-treetop
Version: 1.6.3-1
Depends: ruby | ruby-interpreter, ruby-treetop
Filename: pool/universe/r/ruby-treetop/treetop_1.6.3-1_all.deb
Size: 4628
MD5sum: ac0f2fec59634e121d9fe947a74a09d0
SHA1: f6c3d7d53b4070560a84ef6bf7b1541597526120
SHA256: ff6f3a84ffe61bdd54ad3cd86b20f26c0676ec82eefcbfe899f92931325395be
Description-en: Ruby-based text parsing and interpretation (command-line utility)
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 top-level utility script tt.
Description-md5: 4a80e5e5220c53c2cc1d878263a4565a
Homepage: https://github.com/cjheath/treetop
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu