How to Install and Uninstall javacc-doc Package on Kali Linux

Last updated: May 19,2024

1. Install "javacc-doc" package

Please follow the guidance below to install javacc-doc on Kali Linux

$ sudo apt update $ sudo apt install javacc-doc

2. Uninstall "javacc-doc" package

This guide let you learn how to uninstall javacc-doc on Kali Linux:

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

3. Information about the javacc-doc package on Kali Linux

Package: javacc-doc
Source: javacc
Version: 7.0.12-1
Installed-Size: 1378
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jdk-doc
Suggests: javacc
Size: 478316
SHA256: ba980499c2433d14f78031ca29c340b9c120b85a8b41c998ce23322d4ad43d40
SHA1: 4e7a6d1959b8e9bae805cc69c344f68331fc35e1
MD5sum: a31eee46483d4b9071d27ad381d4f82e
Description: Documentation for the JavaCC Parser Generator
Documentation and examples for JavaCC parser generator.
.
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:
Homepage: https://javacc.org
Tag: devel::doc, devel::examples, devel::lang:java, made-of::html,
role::documentation
Section: doc
Priority: optional
Filename: pool/main/j/javacc/javacc-doc_7.0.12-1_all.deb