2016-04-09
*post*
================================================================================

Scala on Debian

================================================================================

Just dig deeper on Scala world. I leave a note here on how to setup Scala on debian.

Choose Scala version here, I use Scala 2.12.0-M3 one. Grab the download link of debian package.

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*

================================================================================

LINKS

*post-links*