How to Install and Uninstall bison++ Package on Kali Linux

Last updated: April 29,2024

1. Install "bison++" package

Please follow the step by step instructions below to install bison++ on Kali Linux

$ sudo apt update $ sudo apt install bison++

2. Uninstall "bison++" package

Please follow the guidelines below to uninstall bison++ on Kali Linux:

$ sudo apt remove bison++ $ sudo apt autoclean && sudo apt autoremove

3. Information about the bison++ package on Kali Linux

Package: bison++
Source: bison++ (1.21.11-5)
Version: 1.21.11-5+b1
Installed-Size: 535
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Recommends: flex-old, c-compiler
Conflicts: bison, bison-doc
Size: 336744
SHA256: c4cd913724fda7b18974ef83ac212f38dc56e7411b0a5ceb4ec85bde0986730c
SHA1: 22a9dc51b233be19ef751aec59311bde8475d37f
MD5sum: 24269a84f4de36fbca6adf2b14284323
Description: Generate a parser in c or c++ from BNF notation
Based on bison version 1.19. Compatible with bison but with C++ support.
Bison is a general-purpose parser generator that converts a grammar
description for an LALR (BNF-like) context free grammar into a C/C++ program
to parse that grammar. Once you are proficient with bison++ you can generate
a wide range of language parsers, from those used in simple desk calculators
to complex programming languages.
Description-md5:
Tag: devel::code-generator, devel::lang:c, devel::lang:c++, devel::library,
implemented-in::c, interface::commandline, role::devel-lib,
role::program, scope::utility, suite::gnu, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/b/bison++/bison++_1.21.11-5+b1_amd64.deb