How to Install and Uninstall btyacc Package on Kali Linux

Last updated: May 15,2024

1. Install "btyacc" package

Please follow the steps below to install btyacc on Kali Linux

$ sudo apt update $ sudo apt install btyacc

2. Uninstall "btyacc" package

Please follow the guidelines below to uninstall btyacc on Kali Linux:

$ sudo apt remove btyacc $ sudo apt autoclean && sudo apt autoremove

3. Information about the btyacc package on Kali Linux

Package: btyacc
Version: 3.0+dfsg-1
Installed-Size: 243
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 83288
SHA256: be2dada65885ac0f8090a4be226a985d6b1c54b631d16a1701618ec032aff70f
SHA1: f835dd846301d237d96405980d0c07ae88ee5da5
MD5sum: 00b08610519379a3515d2f126b8c5202
Description: Backtracking parser generator based on byacc
btyacc is a hacked version of the original Berkeley "byacc". The main
change to byacc is the addition of backtracking code, allowing you to
try both alternatives in case of shift-reduce or reduce-reduce conflicts.
As long as no backtracking takes place, the speed is comparable to bison's
one.
.
Additional features:
- Enhanced support for storing of text position information for tokens.
- Closes the potential *yacc/bison memory leak during error recovery.
- Preprocessor directives like %ifdef, %include.
- C++ friendly.
.
Related packages: bison, byacc, antlr
Description-md5:
Homepage: https://www.siber.com/btyacc
Tag: devel::code-generator
Section: devel
Priority: optional
Filename: pool/main/b/btyacc/btyacc_3.0+dfsg-1_amd64.deb