How to Install and Uninstall libfl-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 12,2024

1. Install "libfl-dev" package

This is a short guide on how to install libfl-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libfl-dev

2. Uninstall "libfl-dev" package

Please follow the steps below to uninstall libfl-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libfl-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libfl-dev
Architecture: amd64
Version: 2.6.4-8
Multi-Arch: same
Priority: optional
Section: libdevel
Source: flex
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Manoj Srivastava
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 73
Depends: flex (= 2.6.4-8), libfl2 (= 2.6.4-8)
Breaks: flex (<< 2.5.39), flex-old (<= 2.5.4a-10)
Replaces: flex (<< 2.5.39), flex-old (<= 2.5.4a-10)
Filename: pool/main/f/flex/libfl-dev_2.6.4-8_amd64.deb
Size: 6376
MD5sum: e3692e002bb4c3c8a50bac2fb7e85061
SHA1: cf18e4e03d61f0037a9d23451eddec3a2cc4fab5
SHA256: 2fba2c31ecbc6408a49ca125e144868ba234c19c05452b87d328589fa7c33517
SHA512: ab720ffa9d48cae44d48fdf0e6dcaeb9743d8429ff559c67f6f2aefd953cbe42e07291322e8e7ee1218e1d5d20119bf334d07e23aabb6215e6947e66141d7e67
Homepage: https://github.com/westes/flex
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