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

Last updated: May 17,2024

1. Install "jtb" package

This guide let you learn how to install jtb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jtb

2. Uninstall "jtb" package

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

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

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

Package: jtb
Priority: optional
Section: universe/devel
Installed-Size: 626
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovico Cavedon
Architecture: all
Version: 1.4.4-2
Depends: default-jre | java5-runtime | java6-runtime, jarwrapper (>= 0.5)
Filename: pool/universe/j/jtb/jtb_1.4.4-2_all.deb
Size: 512888
MD5sum: 807a89615240de5b3e1294b62824615e
SHA1: a0251142ed3225a63e6c84d1968fe452b3688303
SHA256: 77370a5ef730f5aad98f96e58ed91b20a106f7b63d71cb6f118f973e9ddb5401
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
Homepage: http://eclipse-javacc.sourceforge.net/jtb_doc.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu