Flex and Bison are Unix utilities that can help you to write very fast parsers for arbitrary file formats. If your synaptic package manager currently does not include these packages, you can install Flex and Bison through a simple terminal command. This method is specific to Ubuntu 10.4 but should also work for later versions.
How to install Flex and Bison in Ubuntu?
Open a terminal by pressing [CTRL] + [ALT] + T. Then, type one of the the following commands:
This command is more basic:
sudo apt-get update sudo apt-get upgrade sudo apt-get install flex bison
This command is a bit more specific:
sudo apt-get update sudo apt-get install flex sudo apt-get install bison which flex /*Sanity check to make sure flex is installed*/ which bison /*Sanity check to make sure bison is installed*/
Need more help with Ubuntu? Check out our Forum!
Subject
Replies
Ubuntu
- Install bison ubuntu
- Bison not found
- Ubuntu install bison
- Install tar ubuntu > Guide
- Install & download DuckDuckGo: Chrome, Firefox, app, on iPad > Guide
- How to install ncurses-devel on Ubuntu > Guide
- How to install tar.gz file on ubuntu [solved] > Forum - Linux/Unix
- How to install sound driver on Ubuntu > Forum - Linux/Unix
- Execute a script on Ubuntu: at startup, shutdown
- How to boost the maximum volume in Ubuntu
- Clean up configuration residue packages in Ubuntu
- Rename a partition: Ubuntu
- Ubuntu reset network settings: to default, command line
- How to disable Ubuntu screen reader
- Ubuntu commands: list, cheat sheet, for beginners
- How to set the fastest Ubuntu download server
- How to mount a DVD in Ubuntu
- How to disable clock in menu bar
- How to install Ubuntu on Windows 10: dual boot, USB, disk
- How to repair a damaged filesystem in Ubuntu