How to Install and Uninstall alex Package on Kali Linux

Last updated: May 01,2024

1. Install "alex" package

Learn how to install alex on Kali Linux

$ sudo apt update $ sudo apt install alex

2. Uninstall "alex" package

Learn how to uninstall alex on Kali Linux:

$ sudo apt remove alex $ sudo apt autoclean && sudo apt autoremove

3. Information about the alex package on Kali Linux

Package: alex
Version: 3.3.0.0-1
Installed-Size: 1845
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg)
Size: 411448
SHA256: 1cdbce6fcaec67bdab9aa017929c5b6817fcd1239aef6a612a7fe58664b20316
SHA1: f1a0f23e1adca0cf8e254f08141744120c314292
MD5sum: 11188c9b73112a17cc26ddec3eb8b410
Description: lexical analyser generator for Haskell
Alex is a tool for generating lexical analysers in Haskell, given a
description of the tokens to be recognised in the form of regular
expressions. It is similar to the tool lex or flex for C/C++.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.haskell.org/alex/
Tag: devel::code-generator, devel::lang:haskell, implemented-in::haskell,
interface::commandline, role::program, scope::utility,
works-with::software:source
Section: haskell
Priority: optional
Filename: pool/main/a/alex/alex_3.3.0.0-1_amd64.deb