How to Install and Uninstall ml-lpt Package on Kali Linux

Last updated: May 09,2024

1. Install "ml-lpt" package

Learn how to install ml-lpt on Kali Linux

$ sudo apt update $ sudo apt install ml-lpt

2. Uninstall "ml-lpt" package

This is a short guide on how to uninstall ml-lpt on Kali Linux:

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

3. Information about the ml-lpt package on Kali Linux

Package: ml-lpt
Source: smlnj
Version: 110.79-8
Installed-Size: 2687
Maintainer: Barak A. Pearlmutter
Architecture: amd64
Provides: ml-antlr, ml-ulex
Depends: smlnj (= 110.79-8)
Size: 491112
SHA256: 62cda88539caba53dcc30502142b5519a86e41d286196876d6567bb01c785109
SHA1: d97040b7d64582b9a184fd1cb86ac39fafe96a8f
MD5sum: cd079b442aa6cf0f35e662cae467528f
Description: 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:
Homepage: https://www.smlnj.org/
Section: devel
Priority: optional
Filename: pool/main/s/smlnj/ml-lpt_110.79-8_amd64.deb