How to Install and Uninstall flex.src Package on Oracle Linux 8
Last updated: November 01,2024
1. Install "flex.src" package
This is a short guide on how to install flex.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
flex.src
Copied
2. Uninstall "flex.src" package
Please follow the steps below to uninstall flex.src on Oracle Linux 8:
$
sudo dnf remove
flex.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the flex.src package on Oracle Linux 8
Last metadata expiration check: 6:46:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : flex
Version : 2.6.1
Release : 9.el8
Architecture : src
Size : 844 k
Source : None
Repository : ol8_appstream
Summary : A tool for creating scanners (text pattern recognizers)
URL : https://github.com/westes/flex
License : BSD and LGPLv2+
Description : The flex program generates scanners. Scanners are programs which can
: recognize lexical patterns in text. Flex takes pairs of regular
: expressions and C code as input and generates a C source file as
: output. The output file is compiled and linked with a library to
: produce an executable. The executable searches through its input for
: occurrences of the regular expressions. When a match is found, it
: executes the corresponding C code. Flex was designed to work with
: both Yacc and Bison, and is used by many programs as part of their
: build process.
:
: You should install flex if you are going to use your system for
: application development.
Available Packages
Name : flex
Version : 2.6.1
Release : 9.el8
Architecture : src
Size : 844 k
Source : None
Repository : ol8_appstream
Summary : A tool for creating scanners (text pattern recognizers)
URL : https://github.com/westes/flex
License : BSD and LGPLv2+
Description : The flex program generates scanners. Scanners are programs which can
: recognize lexical patterns in text. Flex takes pairs of regular
: expressions and C code as input and generates a C source file as
: output. The output file is compiled and linked with a library to
: produce an executable. The executable searches through its input for
: occurrences of the regular expressions. When a match is found, it
: executes the corresponding C code. Flex was designed to work with
: both Yacc and Bison, and is used by many programs as part of their
: build process.
:
: You should install flex if you are going to use your system for
: application development.