How to Install and Uninstall libfl2 Package on Kali Linux

Last updated: May 17,2024

1. Install "libfl2" package

This is a short guide on how to install libfl2 on Kali Linux

$ sudo apt update $ sudo apt install libfl2

2. Uninstall "libfl2" package

In this section, we are going to explain the necessary steps to uninstall libfl2 on Kali Linux:

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

3. Information about the libfl2 package on Kali Linux

Package: libfl2
Source: flex (2.6.4-8.2)
Version: 2.6.4-8.2+b2
Installed-Size: 130
Maintainer: Manoj Srivastava
Architecture: amd64
Replaces: flex (<< 2.5.39), libfl-dev (<= 2.6.4-4)
Depends: libc6 (>= 2.2.5)
Breaks: flex (<< 2.5.39), libfl-dev (<= 2.6.4-4)
Size: 84288
SHA256: bd92ccea6096944dbfe6e613d87189694a6fbf096673faf05f6bcb0c283b8ab1
SHA1: 6dc910e0b8c1d2e48cdd52d2f47c99444c8adcd3
MD5sum: 2e4946274867cf6370ba189759ba55af
Description: 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:
Multi-Arch: same
Homepage: https://github.com/westes/flex
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/f/flex/libfl2_2.6.4-8.2+b2_amd64.deb