To uninstall flex just follow these instructions.
sudo apt-get remove flex
This will remove just the flex package itself.
sudo apt-get remove --auto-remove flex
This will remove the flex package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for flex then this will work.
sudo apt-get purge flex
Or similarly, like this flex
sudo apt-get purge --auto-remove flex
Package | flex |
Version | 2.5.35-10ubuntu3 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://flex.sf.net/ |
Description | A fast lexical analyzer generator. |
Distro | ubuntu |
Release | precise |
Repo | main |
Section | devel |