How to Install and Uninstall libantlr3.2-gunit-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libantlr3.2-gunit-java" package

This is a short guide on how to install libantlr3.2-gunit-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libantlr3.2-gunit-java" package

Learn how to uninstall libantlr3.2-gunit-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libantlr3.2-gunit-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libantlr3.2-gunit-java
Priority: optional
Section: universe/java
Installed-Size: 306
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: antlr3.2
Version: 3.2-14
Replaces: libantlr3-gunit-java (<< 3.3~)
Depends: antlr3.2 (>= 3.2-14), junit4
Suggests: antlr3.2-gunit-maven-plugin
Breaks: libantlr3-gunit-java (<< 3.3~)
Filename: pool/universe/a/antlr3.2/libantlr3.2-gunit-java_3.2-14_all.deb
Size: 261358
MD5sum: 4b44ebdcfe30a2938c27805f2201e2f6
SHA1: 8e37581bf126e07cf8e980126b85705afa2b59fd
SHA256: b57efdb077ab39cbb2b47ea60bff6980d683bd9f821729112b28377fc2e240fa
Description-en: 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: f40979cd635396931074b9413af8656a
Homepage: http://www.antlr3.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu