How to Install and Uninstall libfl-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libfl-dev" package

Please follow the guidance below to install libfl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfl-dev

2. Uninstall "libfl-dev" package

Please follow the instructions below to uninstall libfl-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libfl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfl-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libfl-dev
Priority: optional
Section: libdevel
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Manoj Srivastava
Architecture: amd64
Source: flex
Version: 2.6.0-11
Replaces: flex (<< 2.5.39), flex-old (<= 2.5.4a-10)
Depends: libc6 (>= 2.2.5)
Breaks: flex (<< 2.5.39), flex-old (<= 2.5.4a-10)
Filename: pool/main/f/flex/libfl-dev_2.6.0-11_amd64.deb
Size: 12498
MD5sum: 8c43ea578c90cbb1f75d778d9e61bb7b
SHA1: a3ee16f4112246880641822c6b5da096e8cfd612
SHA256: 10b3635fc22722c5c28bcae4076c814aec4f1fe36176725f5254695762ddb8f1
Description-en: static library for flex (a fast lexical analyzer generator)
Flex is a tool for generating scanners: programs which recognized lexical
patterns in text. It reads the given input files for a description of a
scanner to generate. The description is in the form of pairs of regular
expressions and C code, called rules. Flex generates as output a C source
file, lex.yy.c, which defines a routine yylex(). This file is compiled
and linked with the -lfl library to produce an executable. When the
executable is run, it analyzes its input for occurrences of the regular
expressions. Whenever it finds one, it executes the corresponding C code.
.
This package contains the static library for flex.
Description-md5: 2bc496d6314c70a6ebaa00f0ce759933
Multi-Arch: same
Homepage: http://flex.sf.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y