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

Last updated: October 05,2024

1. Install "libjavacc-maven-plugin-java" package

Here is a brief guide to show you how to install libjavacc-maven-plugin-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjavacc-maven-plugin-java

2. Uninstall "libjavacc-maven-plugin-java" package

In this section, we are going to explain the necessary steps to uninstall libjavacc-maven-plugin-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjavacc-maven-plugin-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libjavacc-maven-plugin-java
Priority: optional
Section: universe/java
Installed-Size: 125
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovico Cavedon
Architecture: all
Source: javacc-maven-plugin
Version: 2.6-2
Depends: javacc, jtb, libdoxia-java, libdoxia-sitetools-java, libmaven-reporting-impl-java, libmaven2-core-java, libplexus-utils-java
Filename: pool/universe/j/javacc-maven-plugin/libjavacc-maven-plugin-java_2.6-2_all.deb
Size: 66982
MD5sum: 6c456ce2f2b73f95e147b03c17ab155e
SHA1: a707eaffbe0c433eae65d547fb62fa4aad63e32f
SHA256: 8623784ee41deb7b8b4436a57006317179e1f8cbfaad7e38bdedb953a65f7062
Description-en: maven plugin which uses JavaCC to process JavaCC grammar files
This plugin uses the JavaCC parser generator to process JavaCC grammar
files and generate the appropriate Java source files. For general
information about JavaCC, see the JavaCC web site.
.
JavaCC grammar files use the extension .jj. This plugin can be used to
locate and process all grammar files within a specified directory. Java
source files will be written to a common generated-sources output
directory, typically located in the build output directory. By default,
the plugin will run during the generate-sources phase, but it can be
configured to run in other phases as well.
.
The plugin can also be used to call the JJTree and JTB tools.
.
Finally, this plugin contains a goal for running JJDoc. JJDoc is a
simple tool that generates BNF documentation for the JavaCC grammar
files. This can be used to generate a report for your project site using
the Maven reporting tools.
Description-md5: 989529952f80ed9b211e349174166a36
Homepage: http://mojo.codehaus.org/javacc-maven-plugin/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu