Scala files are now here http://www.scala-lang.org/files/archive/
wget http://www.scala-lang.org/files/archive/scala-2.10.1.tgz
tar xvf scala-2.10.1.tgz
sudo mv scala-2.10.1 /usr/lib
sudo ln -s /usr/lib/scala-2.10.1 /usr/lib/scala
export PATH=$PATH:/usr/lib/scala/bin
scala -version
I’m confused as to why you guide suggests installing scala into the /usr/lib folder (libraries folder). Why wouldn’t you put it in /opt or /usr/local?
the post is historic and now obsolete
As of April 2016 you download with
wget http://downloads.lightbend.com/scala/2.11.8/scala-2.11.8.tgz
Thanks for the helpful post
Thanks for these commands. I could successfully install Scala.