How to Install and Uninstall flex-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "flex-doc" package

This tutorial shows how to install flex-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install flex-doc

2. Uninstall "flex-doc" package

Please follow the step by step instructions below to uninstall flex-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the flex-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: flex-doc
Priority: optional
Section: doc
Installed-Size: 2150
Maintainer: Ubuntu Developers
Original-Maintainer: Manoj Srivastava
Architecture: all
Source: flex
Version: 2.6.0-11
Filename: pool/main/f/flex/flex-doc_2.6.0-11_all.deb
Size: 675334
MD5sum: 8183e2d0fcb35cfbd23cae021345c5c9
SHA1: ff43c646d5a8adf78afac4f9bb54df50e4bc257a
SHA256: 73a432707baea549709ca742bbc13133fa1798758c30699773b030f8e0986102
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
Homepage: http://flex.sf.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m