How to Install and Uninstall flex-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "flex-doc" package

Learn how to install flex-doc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install flex-doc

2. Uninstall "flex-doc" package

Please follow the steps below to uninstall flex-doc on Ubuntu 21.10 (Impish Indri):

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

3. Information about the flex-doc package on Ubuntu 21.10 (Impish Indri)

Package: flex-doc
Architecture: all
Version: 2.6.4-8build1
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-8build1_all.deb
Size: 681132
MD5sum: aac59342ba73fedca0a2752b48232ba8
SHA1: 8bab9f29120dfc6c52d9ce1677f4528ee8cd0684
SHA256: d748ac7aa8c365758eddc201653bed8ef8d142b2a154367714c9b47591d1f60c
SHA512: 0b450260097174f1f09de3588a4c4f369b2e3ac4cf698d1ff21f8b0c024982221d2afe10875d2c5fca8304ad38d49a20bfaf4ed77ce89212228a3e00d489ca15
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