
如何在Linux 上安装 Scala 2.9.1
推荐于2016-01-31
展开全部
在Linux上安装Scala,有下面的2种方法。
1) Default Scala version available on your Linux box by typing below command
sudo apt-get install scala
2) If you want to get the latest version of the scala below are the steps
a) Download latest IzPack Installer for linux as shown below
b) For installing the downloaded package we need to decide the location of installation. I have selected /opt/scala. If you decide to select same location please make sure you have created /opt/scala. You can use below command to create directory.
sudo mkdir /opt/scala
c) Start installation by typing below command
sudo java -jar scala-2.9.1.final-installer.jar
d) You will get some welcome message and you will be asked to enter 1 to continue. You can enter 1 for installation.
e) In next step you will be asked to accept license. You can accept license by entering 1.
f) Next step will be selecting target directory for installation. Enter below path for installation.
/opt/scala
g) Next press 1 to continue
h) You will get below message on the shell.
Console Installation Completed
i) Set Scala installation path as below
PATH="$PATH:/opt/scala/bin"
Congratulation!!! You have successfully installed Scala on your Linux. To check the scala you can type below command
scala -version
You will get below message
Scala code runner version 2.9.1.final -- Copyright 2002-2011, LAMP/EPFL..
1) Default Scala version available on your Linux box by typing below command
sudo apt-get install scala
2) If you want to get the latest version of the scala below are the steps
a) Download latest IzPack Installer for linux as shown below
b) For installing the downloaded package we need to decide the location of installation. I have selected /opt/scala. If you decide to select same location please make sure you have created /opt/scala. You can use below command to create directory.
sudo mkdir /opt/scala
c) Start installation by typing below command
sudo java -jar scala-2.9.1.final-installer.jar
d) You will get some welcome message and you will be asked to enter 1 to continue. You can enter 1 for installation.
e) In next step you will be asked to accept license. You can accept license by entering 1.
f) Next step will be selecting target directory for installation. Enter below path for installation.
/opt/scala
g) Next press 1 to continue
h) You will get below message on the shell.
Console Installation Completed
i) Set Scala installation path as below
PATH="$PATH:/opt/scala/bin"
Congratulation!!! You have successfully installed Scala on your Linux. To check the scala you can type below command
scala -version
You will get below message
Scala code runner version 2.9.1.final -- Copyright 2002-2011, LAMP/EPFL..
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询