How to Install and Uninstall alex.x86_64 Package on Oracle Linux 9

Last updated: May 17,2024

1. Install "alex.x86_64" package

This guide let you learn how to install alex.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install alex.x86_64

2. Uninstall "alex.x86_64" package

This tutorial shows how to uninstall alex.x86_64 on Oracle Linux 9:

$ sudo dnf remove alex.x86_64 $ sudo dnf autoremove

3. Information about the alex.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:20:11 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : alex
Version : 3.2.7.1
Release : 1.el9
Architecture : x86_64
Size : 419 k
Source : alex-3.2.7.1-1.el9.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++.