How to Install and Uninstall bison Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "bison" package

This is a short guide on how to install bison on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install bison

2. Uninstall "bison" package

Please follow the steps below to uninstall bison on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the bison package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: bison++
Priority: optional
Section: universe/devel
Installed-Size: 543
Maintainer: Ubuntu Developers
Original-Maintainer: Jose Luis Tallon
Architecture: amd64
Version: 1.21.11-3.1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Recommends: flex-old, c-compiler
Conflicts: bison, bison-doc
Filename: pool/universe/b/bison++/bison++_1.21.11-3.1_amd64.deb
Size: 327734
MD5sum: 760d28b7e3d6909a220746c961ca7e0c
SHA1: 9c6aa5a92f61e552daf010325d8f05643c749ef0
SHA256: 0208f70f935748982bb8bf5b2990f1f65e783e0ae0064463f958ec515efb127d
Description-en: 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: dcda05c3e5d5048fbd022da8962d1961
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu