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

Last updated: May 16,2024

1. Install "ml-burg" package

This guide covers the steps necessary to install ml-burg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ml-burg

2. Uninstall "ml-burg" package

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

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

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

Package: ml-burg
Priority: optional
Section: universe/devel
Installed-Size: 722
Maintainer: Ubuntu Developers
Original-Maintainer: James McCoy
Architecture: amd64
Source: smlnj
Version: 110.78-2
Depends: ml-lex (= 110.78-2)
Filename: pool/universe/s/smlnj/ml-burg_110.78-2_amd64.deb
Size: 188602
MD5sum: e0385d0ca2253cbf3362d8eca3b6f492
SHA1: 005cbf4bc0124703ad41b0a1e14815dd659b6828
SHA256: c7de52168da3882a7850a2a0c76e1eaa5911e5090c7655455c4aa4fe96c25703
Description-en: Code generator generator for Standard ML
ml-burg generates a Standard ML program to perform bottom-up
rewriting of an input tree. Cost information associated with each
rewrite rule is used to derive the minimum rewrite cost for the
entire tree. A successful reduction corresponds to rewriting the
input tree to a special non-terminal symbol called the "start"
non-terminal. Upon successful reduction, facilities are provided to
walk the tree emitting semantic actions corresponding to the rules
that matched.
.
Install this package if you want to write a compiler in SML using a
burg specification.
Description-md5: 7eb9a4f65d565d61222d62d31a5870d4
Homepage: http://www.smlnj.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu