How to Install and Uninstall libantlr3-gunit-java Package on Kali Linux

Last updated: May 04,2024

1. Install "libantlr3-gunit-java" package

Learn how to install libantlr3-gunit-java on Kali Linux

$ sudo apt update $ sudo apt install libantlr3-gunit-java

2. Uninstall "libantlr3-gunit-java" package

This guide let you learn how to uninstall libantlr3-gunit-java on Kali Linux:

$ sudo apt remove libantlr3-gunit-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libantlr3-gunit-java package on Kali Linux

Package: libantlr3-gunit-java
Source: antlr3
Version: 3.5.3-2
Installed-Size: 316
Maintainer: Debian Java Maintainers
Architecture: all
Depends: antlr3 (>= 3.5.3-2), junit4
Suggests: antlr3-gunit-maven-plugin
Size: 270888
SHA256: 34bb0b2bcf6b2da519bcf430669adc7c5e4a1c7f04ea723f9039aeffd97fc9df
SHA1: e9dcb7b7fec565b15621a94758044f3c85340587
MD5sum: ffaf6c9f12f8a27a3fb2b78c6cc60bca
Description: Unit Test framework for ANTLR grammars
gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple
way to write and run automated tests for ANTLR grammars in a manner similar
to Java unit testing framework jUnit. The basic idea is to create a bunch of
input/output pairs for rules in a grammar and gUnit will verify the expected
output/result. The input can be a single line or multiple lines of strings or
even an external file. The output can be simply success or failure, an
abstract syntax tree (AST), a rule return value, or some text output which
could be a rule's template return value. The current version of gUnit has 2
main functions, interpreter and jUnit generator. The interpreter interprets
your gUnit script and runs unit tests using Java reflection to invoke methods
in your parser objects. The generator, on the other hand, translates your
gUnit script to jUnit Java code that you can compile and execute by hand.
Description-md5:
Homepage: http://www.antlr3.org
Section: java
Priority: optional
Filename: pool/main/a/antlr3/libantlr3-gunit-java_3.5.3-2_all.deb