How to Install and Uninstall byacc-j Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "byacc-j" package

Please follow the instructions below to install byacc-j on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install byacc-j

2. Uninstall "byacc-j" package

This tutorial shows how to uninstall byacc-j on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the byacc-j package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: byacc-j
Priority: extra
Section: universe/devel
Installed-Size: 164
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovic Claude
Architecture: amd64
Version: 1.15-1build2
Depends: libc6 (>= 2.4)
Filename: pool/universe/b/byacc-j/byacc-j_1.15-1build2_amd64.deb
Size: 61168
MD5sum: 881f3487999824eda7ebe93e5e40ea44
SHA1: cdf88a302af7b7267e025d1d5cfc0571e639a83e
SHA256: e0203c81a8b4a04d6e2e918a672af148259bd0147719058a5c226e58c56415eb
Description-en: 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: 42880c5a059007b8a9f0571727aa92aa
Homepage: http://byaccj.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu