How to Install and Uninstall byacc-j Package on Kali Linux

Last updated: May 15,2024

1. Install "byacc-j" package

This is a short guide on how to install byacc-j on Kali Linux

$ sudo apt update $ sudo apt install byacc-j

2. Uninstall "byacc-j" package

Please follow the steps below to uninstall byacc-j on Kali Linux:

$ sudo apt remove byacc-j $ sudo apt autoclean && sudo apt autoremove

3. Information about the byacc-j package on Kali Linux

Package: byacc-j
Version: 1.15-1.2
Installed-Size: 161
Maintainer: Ludovic Claude
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 56232
SHA256: d9a963ae6ab39a63132c76708d06ca0e18ca8cce76a8e51c6b4dd4da7f66a846
SHA1: 8a48a663c61ef11bc7e9661892ec5a1038cca949
MD5sum: 8d702329f6abbd03bb9b3563bc0f73ba
Description: Berkeley YACC parser generator extended to generate Java code
BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser
generator.
.
Standard YACC takes a YACC source file, and generates one or more C files from
it, which if compiled properly, will produce a LALR-grammar parser. This is
useful for expression parsing, interactive command parsing, and file reading.
Many megabytes of YACC code have been written over the years.
.
This is the standard YACC tool that is in use every day to produce C/C++
parsers.
.
I have added a "-J" flag which will cause BYACC to generate Java source code,
instead. So there finally is a YACC for Java now!
Description-md5:
Homepage: http://byaccj.sourceforge.net/
Tag: devel::code-generator, devel::lang:java, devel::library,
implemented-in::c, role::devel-lib, role::program
Section: devel
Priority: optional
Filename: pool/main/b/byacc-j/byacc-j_1.15-1.2_amd64.deb