January 2019
Beginner to intermediate
154 pages
4h 31m
English
If you have the Scala .tar file (for example, scala-2.12.6.tgz), then copy it to an AWS EC2 Linux instance at any location (for example, /opt):
The /opt file is an empty folder within the root in most Linux-based operating folders. Here, we can use this folder to copy and install software. By default, this folder is owned by root. Run the following command if you are getting permission issues while accessing this folder:
sudo chmod -R 777 /opt
Follow these steps to install Scala 2.12.6 on your Linux VM: ...
Read now
Unlock full access