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

Last updated: May 05,2024

1. Install "ml-lpt" package

This is a short guide on how to install ml-lpt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ml-lpt

2. Uninstall "ml-lpt" package

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

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

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

Package: ml-lpt
Priority: optional
Section: universe/devel
Installed-Size: 2486
Maintainer: Ubuntu Developers
Original-Maintainer: James McCoy
Architecture: amd64
Source: smlnj
Version: 110.78-2
Provides: ml-antlr, ml-ulex
Depends: smlnj (= 110.78-2)
Filename: pool/universe/s/smlnj/ml-lpt_110.78-2_amd64.deb
Size: 486870
MD5sum: 3ee8bc5bb6fc342435ad9d96bb996648
SHA1: 7bf7d022d128b62a04ae0a9341caca15f6ddaa3d
SHA256: 1a8b2392c30556d4e2332f02d6a4a76d80c5966cbd9eb40f9c654569a2658cd0
Description-en: SML/NJ language processing tools
Tradition has it that when a new programming language is introduced,
new scanner and parser generators are written in that language, and
generate code for that language. Traditional also has it that the
new tools are modeled after the old lex and yacc tools, both in terms
of the algorithms used, and often the syntax as well. The language
Standard ML is no exception: ml-lex and ml-yacc are the SML
incarnations of the old Unix tools.
.
This package has two new tools, ml-ulex and ml-antlr, that follow
tradition in separating scanning from parsing, but break from
tradition in their implementation: ml-ulex is based on regular
expression derivatives rather than subset-construction, and ml-antlr
is based on LL(k) parsing rather than LALR(1) parsing.
Description-md5: fd3fb6838f77138cfc00f29b84af2a1c
Homepage: http://www.smlnj.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu