2016-04-09
*post*
================================================================================
Scala on Debian
================================================================================
Just dig deeper on world. I leave a note here on how to setup Scala on debian. Scala
Choose Scala version , I use here one. Grab the download link of debian package. Scala 2.12.0-M3
http://downloads.lightbend.com/scala/2.12.0-M3/scala-2.12.0-M3.deb
And now, setup using the following command:
wget http://downloads.lightbend.com/scala/2.12.0-M3/scala-2.12.0-M3.deb
sudo dpkg -i scala-2.12.0-M3.deb
Try it, make sure it works
% scala
Welcome to Scala 2.12.0-M3 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_72).
Type in expressions for evaluation. Or try :help.
scala> 2 + 2
res0: Int = 4
================================================================================
TAGS
*post-tags*
- [1]
================================================================================
LINKS
*post-links*
- [1]
- [2]
- [3]