How to Install and Uninstall antlr3-gunit-maven-plugin Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 21,2024

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

This guide covers the steps necessary to install antlr3-gunit-maven-plugin on Ubuntu 20.10 (Groovy Gorilla)

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

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

In this section, we are going to explain the necessary steps to uninstall antlr3-gunit-maven-plugin on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the antlr3-gunit-maven-plugin package on Ubuntu 20.10 (Groovy Gorilla)

Package: antlr3-gunit-maven-plugin
Architecture: all
Version: 3.5.2-9
Priority: optional
Section: universe/java
Source: antlr3
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 36
Depends: libantlr3-gunit-java (>= 3.5.2-9), libmaven3-core-java, libplexus-compiler-java
Filename: pool/universe/a/antlr3/antlr3-gunit-maven-plugin_3.5.2-9_all.deb
Size: 15996
MD5sum: 29c9ff3eeaaf7e95b3710b7006984919
SHA1: 2a80e2a369e43a6730893015baaa647829fece1f
SHA256: 99a8fb54dfe16345001b73f39d3fdbb65374a6e725c5a24f69a36e291c524fb0
SHA512: 5f890920a457abcd596284185db48e46200f3a87b17cd04c200fc7428c3fb098e4ae22b303cf69df22a0674a4816a36150395e42c5b16f5834c5e67238bb93bf
Homepage: http://www.antlr3.org
Description-en: 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: 051b34931b7cfa9971b0411905135c53