How to Install and Uninstall alex Package on openSUSE Leap
Last updated: September 13,2024
1. Install "alex" package
This guide let you learn how to install alex on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
alex
Copied
2. Uninstall "alex" package
Please follow the step by step instructions below to uninstall alex on openSUSE Leap:
$
sudo zypper remove
alex
Copied
3. Information about the alex package on openSUSE Leap
Information for package alex:
-----------------------------
Repository : Main Repository
Name : alex
Version : 3.2.7.1-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.0 MiB
Installed : No
Status : not installed
Source package : alex-3.2.7.1-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/alex
Summary : Alex is a tool for generating lexical analysers in Haskell
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++.
-----------------------------
Repository : Main Repository
Name : alex
Version : 3.2.7.1-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.0 MiB
Installed : No
Status : not installed
Source package : alex-3.2.7.1-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/alex
Summary : Alex is a tool for generating lexical analysers in Haskell
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++.