How to Install and Uninstall libfl2 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 12,2024

1. Install "libfl2" package

This tutorial shows how to install libfl2 on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libfl2

2. Uninstall "libfl2" package

This tutorial shows how to uninstall libfl2 on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libfl2 package on Ubuntu 20.10 (Groovy Gorilla)

Package: libfl2
Architecture: amd64
Version: 2.6.4-8
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-8_amd64.deb
Size: 11448
MD5sum: c6a541ae05df39f9d327ec261da5cf06
SHA1: d0a390a917b8356e6c56a56d97c12fdb38dc7225
SHA256: 2c3a3b542b71052bf072a372bf16f762e6afdc5ba306c17bd72690619412bbba
SHA512: dd73687b99f6584fc83427c87c01ece9208ed6c427ca7a8dd3bebdf3004aaeb9fc599ce0222d2e94fa0c0cd0a99a6638f248031d98ff48bd594830a3e2de5f2a
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
Task: server, cloud-image, server-raspi