How to Install and Uninstall javacc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 07,2024

1. Install "javacc" package

In this section, we are going to explain the necessary steps to install javacc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install javacc

2. Uninstall "javacc" package

Please follow the step by step instructions below to uninstall javacc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove javacc $ sudo apt autoclean && sudo apt autoremove

3. Information about the javacc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: javacc
Priority: optional
Section: universe/devel
Installed-Size: 380
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 5.0-5
Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless
Suggests: javacc-doc
Filename: pool/universe/j/javacc/javacc_5.0-5_all.deb
Size: 284562
MD5sum: c825ef668f2da4628a88e8a7115fc6f8
SHA1: 48ebae1b8237af6c94a736d87dfda86016a59233
SHA256: ba9b4d132e13adff01bfff1043eb878ba37e2c90a25d9b9c784c5728d330fdef
Description-en: Parser generator for use with Java
Java Compiler-Compiler (JavaCC) is (according to sun)
"the most popular parser generator" for use with Java [tm]
applications.
.
A parser generator is a tool that reads a grammar specification
and converts it to a Java program that can recognize matches to
the grammar. In addition to the parser generator itself, JavaCC
provides other standard capabilities related to parser
generation such as tree building (via a tool called JJTree
included with JavaCC), actions, debugging, etc.
Description-md5: 61505d89a764133cbd782b370c93fe98
Homepage: http://javacc.java.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu