How to Install and Uninstall libfl2 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "libfl2" package

This is a short guide on how to install libfl2 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libfl2

2. Uninstall "libfl2" package

Please follow the guidance below to uninstall libfl2 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libfl2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfl2 package on Ubuntu 21.10 (Impish Indri)

Package: libfl2
Architecture: amd64
Version: 2.6.4-8build1
Multi-Arch: same
Priority: optional
Section: libs
Source: flex
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Manoj Srivastava
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 76
Depends: libc6 (>= 2.2.5)
Breaks: flex (<< 2.5.39), libfl-dev (<= 2.6.4-4)
Replaces: flex (<< 2.5.39), libfl-dev (<= 2.6.4-4)
Filename: pool/main/f/flex/libfl2_2.6.4-8build1_amd64.deb
Size: 10836
MD5sum: 1a4abcd8eb50d658d22034481970616b
SHA1: 9a79185147f6f1f358b3c3670d48821c73557d0b
SHA256: b1d6bc6509385176dd75e0275a42d7ac9aefc2a0b59630ff461262335d23a8ae
SHA512: bd54b29dafefae0f0f7b48dc7915cceaff50d5f4290b07c57edb36a85a52c23417375b0a4f16d02af483dbce56c58a4b76d61b891aca05cdba4dc6c70bb08a8d
Homepage: https://github.com/westes/flex
Description-en: SHARED 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 shared library for flex.
Description-md5: a7ee854b071e7f88dab94db684eef08c