Skip to content

Instantly share code, notes, and snippets.

@rkaneko
Last active December 19, 2015 16:29
Show Gist options
  • Save rkaneko/5984080 to your computer and use it in GitHub Desktop.
Save rkaneko/5984080 to your computer and use it in GitHub Desktop.
Install not sbt.zip but sbt.deb on Ubuntu .

Install sbt on Ubuntu

# cd ~/workspace

# download sbt.deb from http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt//0.12.4/sbt.deb
$ wget http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.13.1/sbt.deb

$ ls
sbt.deb

$ sudo dpkg -i sbt.deb

$ sudo aptitude update

$ which sbt
/usr/bin/sbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment