How to Install and Uninstall treetop Package on Kali Linux

Last updated: May 14,2024

1. Install "treetop" package

Please follow the steps below to install treetop on Kali Linux

$ sudo apt update $ sudo apt install treetop

2. Uninstall "treetop" package

This guide let you learn how to uninstall treetop on Kali Linux:

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

3. Information about the treetop package on Kali Linux

Package: treetop
Source: ruby-treetop
Version: 1.6.12-1
Installed-Size: 17
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby, ruby-treetop
Size: 5148
SHA256: 773cc090e45dbb315901faeccd92c07328b0d5b3fd0422457164a40eaf2cda73
SHA1: 8a7f1684d28fe072fd7a39fdcf5219726808924c
MD5sum: 51fc78665d7fa71bc245aaef76fa40bc
Description: 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:
Homepage: https://github.com/cjheath/treetop
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-treetop/treetop_1.6.12-1_all.deb