How to Install and Uninstall alex.x86_64 Package on Fedora 39
Last updated: November 15,2024
1. Install "alex.x86_64" package
Please follow the steps below to install alex.x86_64 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
alex.x86_64
Copied
2. Uninstall "alex.x86_64" package
Please follow the guidelines below to uninstall alex.x86_64 on Fedora 39:
$
sudo dnf remove
alex.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the alex.x86_64 package on Fedora 39
Last metadata expiration check: 3:28:53 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : alex
Version : 3.3.0.0
Release : 1.fc39
Architecture : x86_64
Size : 1.7 M
Source : alex-3.3.0.0-1.fc39.src.rpm
Repository : fedora
Summary : Tool for generating lexical analysers in Haskell
URL : https://hackage.haskell.org/package/alex
License : BSD-3-Clause
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.3.0.0
Release : 1.fc39
Architecture : x86_64
Size : 1.7 M
Source : alex-3.3.0.0-1.fc39.src.rpm
Repository : fedora
Summary : Tool for generating lexical analysers in Haskell
URL : https://hackage.haskell.org/package/alex
License : BSD-3-Clause
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++.