How to Install and Uninstall jtb Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 21,2024

1. Install "jtb" package

This guide covers the steps necessary to install jtb on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install jtb

2. Uninstall "jtb" package

This guide let you learn how to uninstall jtb on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove jtb $ sudo apt autoclean && sudo apt autoremove

3. Information about the jtb package on Ubuntu 20.10 (Groovy Gorilla)

Package: jtb
Architecture: all
Version: 1.4.12-2
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1410
Depends: default-jre | java7-runtime | java8-runtime | java9-runtime | java10-runtime | java11-runtime, jarwrapper (>= 0.5)
Filename: pool/universe/j/jtb/jtb_1.4.12-2_all.deb
Size: 1316072
MD5sum: 8af30cc7081ba039be8c0a081a663ae3
SHA1: aa0fa7b4cad544c0f971a73d36d29dc17e4001b2
SHA256: 4fa63fcf16b5e56fd636ac986ab7998587faa43ddc5ef5819205e52540c6652a
SHA512: c322412b988a1eb9c04edcc8a54180012cd8667e88372f086e4865e2dc797a7d4d70719bb9318472eabb16a2e69fe45ab1427d60928b0b224e75e00e567ccf31
Homepage: http://eclipse-javacc.sourceforge.net/jtb_doc.html
Description-en: syntax tree builder and visitors generator for JavaCC
JTB (Java Tree Builder) is a syntax tree builder and visitors generator to be
used in front of JavaCC (Java Compiler Compiler). It takes a JavaCC grammar
file as input (usually a ".jtb" file) and automatically generates the
following:
* a set of syntax tree classes based on the productions in the grammar,
utilizing the Visitor design pattern;
* four interfaces: IVoidVisitor, IVoidArguVisitor, IRetVisitor,
IRetArguVisitor;
* four depth-first visitors: DepthFirstVoidVisitor, DepthFirstVoidArguVisitor,
DepthFirstRetVisitor, DepthFirstREtArguVisitor, whose default methods simply
visit the children of the current node;
* a JavaCC grammar ".jj" file (jtb.out.jj by default), with the proper
annotations to build the syntax tree during parsing (which then must be
compiled with JavaCC).
.
New visitors, which subclass any generated one, can then override the default
methods and perform various operations on and manipulate the generated syntax
tree.
Description-md5: 4542d0dce155b89deca084dd49bc98b9