Skip to content

Instantly share code, notes, and snippets.

@ozooxo
Created November 20, 2013 18:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ozooxo/7568836 to your computer and use it in GitHub Desktop.
Save ozooxo/7568836 to your computer and use it in GitHub Desktop.
The ``smlnj`` package cannot be located by simply doing ``sudo apt-get install smlnj`` in ubuntu 12.04. It can be installed by running the following code.
beta@landmark:~$ sudo add-apt-repository ppa:hrzhu/smlnj-backport
beta@landmark:~$ sudo apt-get update
beta@landmark:~$ sudo apt-get install smlnj
beta@landmark:~$ sml
Standard ML of New Jersey v110.75 [built: Tue Aug 20 07:15:06 2013]
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment