How to Install and Uninstall libfl-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "libfl-dev" package

In this section, we are going to explain the necessary steps to install libfl-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libfl-dev

2. Uninstall "libfl-dev" package

This guide let you learn how to uninstall libfl-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libfl-dev package on Ubuntu 21.10 (Impish Indri)

Package: libfl-dev
Architecture: amd64
Version: 2.6.4-8build1
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-8build1), libfl2 (= 2.6.4-8build1)
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-8build1_amd64.deb
Size: 6238
MD5sum: 8b6f806a7f4c129c7f39d58d378d6244
SHA1: 7b39ee77c8975ae574b20292d1d59d0b499b7a2a
SHA256: 31145018bd7ad605e64512387d72c3d3a049a886bd64f145b4c8a9702984f494
SHA512: c5735c69962431cc3d6531bba74c70097e7581e58781f16b81689e8f84a1cc217b062b7027d708ea75d5d4af34808f986f4db20633ea312ec6994225b779a6de
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