How to Install and Uninstall jtb Package on Kali Linux

Last updated: May 10,2024

1. Install "jtb" package

Please follow the step by step instructions below to install jtb on Kali Linux

$ sudo apt update $ sudo apt install jtb

2. Uninstall "jtb" package

Please follow the steps below to uninstall jtb on Kali Linux:

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

3. Information about the jtb package on Kali Linux

Package: jtb
Version: 1.4.12-3
Installed-Size: 1419
Maintainer: Debian QA Group
Architecture: all
Depends: default-jre | java7-runtime | java8-runtime | java9-runtime | java10-runtime | java11-runtime, jarwrapper (>= 0.5)
Size: 1329824
SHA256: dfe56313b6f0af372750b49f54865534571c16c1976ac7a02f2d3c189b9d77ca
SHA1: 4eb1292b9ce706e3a48ebee3b75639426aa49f90
MD5sum: 7fde116e6658145e421fbb8298529d6a
Description: 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:
Homepage: http://eclipse-javacc.sourceforge.net/jtb_doc.html
Section: devel
Priority: optional
Filename: pool/main/j/jtb/jtb_1.4.12-3_all.deb