How to Install and Uninstall libfl-dev Package on Kali Linux

Last updated: May 16,2024

1. Install "libfl-dev" package

Please follow the guidelines below to install libfl-dev on Kali Linux

$ sudo apt update $ sudo apt install libfl-dev

2. Uninstall "libfl-dev" package

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

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

3. Information about the libfl-dev package on Kali Linux

Package: libfl-dev
Source: flex (2.6.4-8.2)
Version: 2.6.4-8.2+b2
Installed-Size: 127
Maintainer: Manoj Srivastava
Architecture: amd64
Replaces: flex (<< 2.5.39), flex-old
Depends: flex (= 2.6.4-8.2+b2), libfl2 (= 2.6.4-8.2+b2)
Conflicts: flex-old
Breaks: flex (<< 2.5.39)
Size: 85576
SHA256: 0903a15dc4c9bebb53e9b4134295b4ac5515326cf18ffd6b9aaac8ef1c752411
SHA1: 0c1528eb0c2386d71b0588197a97fba8704983a8
MD5sum: dc7aff974e37252d4612ab288b5c0d8a
Description: 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:
Multi-Arch: same
Homepage: https://github.com/westes/flex
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/f/flex/libfl-dev_2.6.4-8.2+b2_amd64.deb