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

Last updated: May 16,2024

1. Install "javacc4-doc" package

Please follow the steps below to install javacc4-doc on Kali Linux

$ sudo apt update $ sudo apt install javacc4-doc

2. Uninstall "javacc4-doc" package

This tutorial shows how to uninstall javacc4-doc on Kali Linux:

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

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

Package: javacc4-doc
Source: javacc4
Version: 4.0-3
Installed-Size: 939
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jdk-doc
Suggests: javacc4
Size: 109444
SHA256: 3f03c5d86971c57178d190406deb38c8557b52c5dece6e54126cedfb620f4c6e
SHA1: 8d59a5bde342d63db699236518af4791fd79044f
MD5sum: 38e01c79691dc9f877a16f2cb68e5f3f
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: http://javacc.org
Section: doc
Priority: optional
Filename: pool/main/j/javacc4/javacc4-doc_4.0-3_all.deb