How to Install and Uninstall flex-doc Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 04,2024

1. Install "flex-doc" package

This is a short guide on how to install flex-doc on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install flex-doc

2. Uninstall "flex-doc" package

Please follow the guidance below to uninstall flex-doc on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove flex-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the flex-doc package on Ubuntu 21.04 (Hirsute Hippo)

Package: flex-doc
Architecture: all
Version: 2.6.4-8
Priority: optional
Section: doc
Source: flex
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Manoj Srivastava
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2023
Filename: pool/main/f/flex/flex-doc_2.6.4-8_all.deb
Size: 678080
MD5sum: 0cfb38a6bd8080c2249f59fe9c417f3b
SHA1: 9ebf5916780f16d74244ebf5cf9bafbc9511b670
SHA256: 44dd09cedbfab331641c03751357993680af969a4216a9cc4d49f47373a8ad59
SHA512: a7bd4801a2600a10b332ef3863170397556922d33d3c84a2b206baa9bfe93b09135821b52a8d12c8aaffef1d0ed023b3dac0517e222bb4cebed11e6badf42332
Homepage: https://github.com/westes/flex
Description-en: Documentation 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 HTML documentation for flex.
Description-md5: 213bd983eea770cd45ca9e776fa600ed