Created
November 5, 2020 14:14
-
-
Save shredder47/11908657e2e0eb5db8aff23633db42e5 to your computer and use it in GitHub Desktop.
Scala 2.12 Installation
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
## Java | |
sudo apt-get update | |
sudo apt-get install default-jdk | |
## Scala | |
sudo apt-get remove scala-library scala | |
sudo wget https://downloads.lightbend.com/scala/2.12.12/scala-2.12.12.deb | |
sudo dpkg -i scala-2.12.12.deb | |
sudo apt-get update | |
sudo apt-get install scala | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment