How to Install and Uninstall antlr3.2-gunit-maven-plugin Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 14,2024

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

This guide let you learn how to install antlr3.2-gunit-maven-plugin on Ubuntu 21.10 (Impish Indri)

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

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

Please follow the instructions below to uninstall antlr3.2-gunit-maven-plugin on Ubuntu 21.10 (Impish Indri):

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

3. Information about the antlr3.2-gunit-maven-plugin package on Ubuntu 21.10 (Impish Indri)

Package: antlr3.2-gunit-maven-plugin
Architecture: all
Version: 3.2-16
Priority: optional
Section: universe/java
Source: antlr3.2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 37
Depends: libantlr3.2-gunit-java (>= 3.2-16), libmaven3-core-java, libplexus-compiler-java
Breaks: antlr3-gunit-maven-plugin (<< 3.3~)
Replaces: antlr3-gunit-maven-plugin (<< 3.3~)
Filename: pool/universe/a/antlr3.2/antlr3.2-gunit-maven-plugin_3.2-16_all.deb
Size: 16902
MD5sum: 009436f80b75c562c25184d358bfee2c
SHA1: d9b88262ebfce1d1be3906f537d22b2f74848c4e
SHA256: 54847c51ea3c0af4a0e56e820bc7c55a4df06a72f0765741dc16c3c7e0c7bb54
SHA512: a415458c84f845cfbeb1ca2b7cb11c60f2aa1e6ffa27711dc4d2e66e88bbaa7466efb26e8667d012a82761438362bc4a6d6e7ec2e37396ecd2fb90e17ea69bb3
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