How to Install and Uninstall alex.x86_64 Package on CentOS Stream 8
Last updated: November 25,2024
1. Install "alex.x86_64" package
This guide covers the steps necessary to install alex.x86_64 on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
alex.x86_64
Copied
2. Uninstall "alex.x86_64" package
In this section, we are going to explain the necessary steps to uninstall alex.x86_64 on CentOS Stream 8:
$
sudo dnf remove
alex.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the alex.x86_64 package on CentOS Stream 8
Last metadata expiration check: 3:08:23 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : alex
Version : 3.2.4
Release : 1.el8
Architecture : x86_64
Size : 187 k
Source : alex-3.2.4-1.el8.src.rpm
Repository : epel
Summary : Tool for generating lexical analysers in Haskell
URL : https://hackage.haskell.org/package/alex
License : BSD
Description : Alex is a tool for generating lexical analysers in Haskell. It takes a
: description of tokens based on regular expressions and generates a Haskell
: module containing code for scanning text efficiently. It is similar to the tool
: lex or flex for C/C++.
Available Packages
Name : alex
Version : 3.2.4
Release : 1.el8
Architecture : x86_64
Size : 187 k
Source : alex-3.2.4-1.el8.src.rpm
Repository : epel
Summary : Tool for generating lexical analysers in Haskell
URL : https://hackage.haskell.org/package/alex
License : BSD
Description : Alex is a tool for generating lexical analysers in Haskell. It takes a
: description of tokens based on regular expressions and generates a Haskell
: module containing code for scanning text efficiently. It is similar to the tool
: lex or flex for C/C++.