How to Install and Uninstall antlr4-maven-plugin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "antlr4-maven-plugin" package

This is a short guide on how to install antlr4-maven-plugin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install antlr4-maven-plugin

2. Uninstall "antlr4-maven-plugin" package

Please follow the guidelines below to uninstall antlr4-maven-plugin on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove antlr4-maven-plugin $ sudo apt autoclean && sudo apt autoremove

3. Information about the antlr4-maven-plugin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: antlr4-maven-plugin
Priority: optional
Section: universe/java
Installed-Size: 43
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: antlr4
Version: 4.5.1-2
Depends: antlr4 (>= 4.5.1-2), libmaven2-core-java, libplexus-compiler-java
Filename: pool/universe/a/antlr4/antlr4-maven-plugin_4.5.1-2_all.deb
Size: 24604
MD5sum: bdd6e2167c899e9f0dc376172bd232a9
SHA1: 6de8e8b29abe8b21f23ae9d419665fe4b1608dd0
SHA256: 3f44cd26bfda82e1c0e8f592b4495ec1003848bae1ab08c944f3e221ef5b3e1c
Description-en: Maven plugin for ANTLR 4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator
for reading, processing, executing, or translating structured text or binary
files. It's widely used to build languages, tools, and frameworks. From a
grammar, ANTLR generates a parser that can build and walk parse trees.
.
This package provides the Maven plugin that supports compiling ANTLR 4
grammars during a Maven build.
Description-md5: 3feb00e2c59d6fe7ea633645ff1a9618
Homepage: http://www.antlr4.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu