How to Install and Uninstall antlr3.2-gunit-maven-plugin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

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

Please follow the step by step instructions below to install antlr3.2-gunit-maven-plugin on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide covers the steps necessary to uninstall antlr3.2-gunit-maven-plugin on Ubuntu 16.04 LTS (Xenial Xerus):

$ 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 16.04 LTS (Xenial Xerus)

Package: antlr3.2-gunit-maven-plugin
Priority: optional
Section: universe/java
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: antlr3.2
Version: 3.2-14
Replaces: antlr3-gunit-maven-plugin (<< 3.3~)
Depends: libantlr3.2-gunit-java (>= 3.2-14), libmaven2-core-java, libplexus-compiler-java
Breaks: antlr3-gunit-maven-plugin (<< 3.3~)
Filename: pool/universe/a/antlr3.2/antlr3.2-gunit-maven-plugin_3.2-14_all.deb
Size: 16658
MD5sum: 6fedec383c9586daeb17ac8bfb0e8cb8
SHA1: de513ca1349f5d721e1044bd39fcdfca053470ca
SHA256: 67814d4e0e894fed0919711fbecf2a424c403ea0fa2f04043f750ed3da3a3831
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
Homepage: http://www.antlr3.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu