How to Install and Uninstall ml-lex Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "ml-lex" package

This guide let you learn how to install ml-lex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ml-lex

2. Uninstall "ml-lex" package

Please follow the guidelines below to uninstall ml-lex on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ml-lex $ sudo apt autoclean && sudo apt autoremove

3. Information about the ml-lex package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ml-lex
Priority: optional
Section: universe/devel
Installed-Size: 580
Maintainer: Ubuntu Developers
Original-Maintainer: James McCoy
Architecture: amd64
Source: smlnj
Version: 110.78-2
Depends: smlnj-runtime (= 110.78-2)
Filename: pool/universe/s/smlnj/ml-lex_110.78-2_amd64.deb
Size: 156358
MD5sum: af210391322eeab74e865507b7b432eb
SHA1: 14371a41fa36ad8cb235dff31233ab5e7d243eda
SHA256: 2a35a5390b4881607e46dc556c1b43a1d3330f73f060997464d6eb4db55b2ed8
Description-en: Lexical analyzer generator for Standard ML
Lexical analysis is the problem of segmenting input into words and
recognizing different classes of words. ml-lex uses regular
expressions to describe classes of words. It transforms a simple
declarative language specification into an efficient SML program for
analyzing that language.
.
Install this package if you want to produce a lexer in Standard ML.
Description-md5: 98134e84a7da60dbf96244c99576e8f7
Homepage: http://www.smlnj.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu