Last active
July 6, 2021 17:07
-
-
Save mbonaci/eb0a1981628553bdb846 to your computer and use it in GitHub Desktop.
Install Scala 2.10.4 and Sbt 0.13.8 on Ubuntu 14.04 (Spark)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo wget www.scala-lang.org/files/archive/scala-2.10.4.deb | |
sudo dpkg -i scala-2.10.4.deb | |
# in case of unmet libjansi-java dependency fire: | |
# sudo apt-get install -f | |
sudo apt-get install curl | |
wget https://dl.bintray.com/sbt/debian/sbt-0.13.8.deb | |
sudo dpkg -i sbt.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note for future visitors: bintray is dead; need a new source.