How to Install and Uninstall alex.x86_64 Package on Fedora 35

Last updated: January 11,2025

1. Install "alex.x86_64" package

Here is a brief guide to show you how to install alex.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install alex.x86_64

2. Uninstall "alex.x86_64" package

In this section, we are going to explain the necessary steps to uninstall alex.x86_64 on Fedora 35:

$ sudo dnf remove alex.x86_64 $ sudo dnf autoremove

3. Information about the alex.x86_64 package on Fedora 35

Last metadata expiration check: 1:00:27 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : alex
Version : 3.2.6
Release : 1.fc35
Architecture : x86_64
Size : 418 k
Source : alex-3.2.6-1.fc35.src.rpm
Repository : fedora
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++.