How to Install and Uninstall antlr3-gunit-maven-plugin Package on Kali Linux

Last updated: May 19,2024

1. Install "antlr3-gunit-maven-plugin" package

This guide covers the steps necessary to install antlr3-gunit-maven-plugin on Kali Linux

$ sudo apt update $ sudo apt install antlr3-gunit-maven-plugin

2. Uninstall "antlr3-gunit-maven-plugin" package

Please follow the instructions below to uninstall antlr3-gunit-maven-plugin on Kali Linux:

$ sudo apt remove antlr3-gunit-maven-plugin $ sudo apt autoclean && sudo apt autoremove

3. Information about the antlr3-gunit-maven-plugin package on Kali Linux

Package: antlr3-gunit-maven-plugin
Source: antlr3
Version: 3.5.3-2
Installed-Size: 35
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libantlr3-gunit-java (>= 3.5.3-2), libmaven3-core-java, libplexus-compiler-java
Size: 16872
SHA256: 684bc242e27db6772570b88c56f5967b64c5fe89ce156fcb60a7f5899e0be750
SHA1: 6f6c89da23358268fcbf3cc6e91fed927f5f721c
MD5sum: 8eee96212932d034d021076cb30f052b
Description: Maven plugin for gUnit, a 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.
.
This package provides the Maven plugin that allows one to run gUnit tests
during a Maven build.
Description-md5:
Homepage: http://www.antlr3.org
Section: java
Priority: optional
Filename: pool/main/a/antlr3/antlr3-gunit-maven-plugin_3.5.3-2_all.deb