Skip to content

Instantly share code, notes, and snippets.

@phosphene
Created January 29, 2016 19:25
Show Gist options
  • Save phosphene/820fab6400580e80aea8 to your computer and use it in GitHub Desktop.
Save phosphene/820fab6400580e80aea8 to your computer and use it in GitHub Desktop.
scala 2.11.7 install on ubuntu
sudo wget www.scala-lang.org/files/archive/scala-2.11.7.deb
sudo dpkg -i scala-2.11.7.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment