How to install scala on Ubuntu

0 votes
Hi. Can someone tell me how to install scala on Ubuntu?
Feb 19, 2019 in Big Data Hadoop by Raj
2,273 views

1 answer to this question.

0 votes

You can install Scala using apt-get using the following command:

$ sudo apt-get install scala
answered Feb 19, 2019 by Omkar
• 69,180 points