How to install sbt in its latest version in Ubuntu 14.04?

8,185

You need to do this

echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823
sudo apt-get update
sudo apt-get install sbt

to install sbt

Share:
8,185
gsamaras
Author by

gsamaras

Yahoo! Machine Learning and Computer Vision team, San Francisco, California. Masters in Data Science. Received Stackoverflow Swag, Good Samaritan SO swag and "10 years Stackoverflow" Swag x2! In Top 10 users of my country.

Updated on September 18, 2022

Comments

  • gsamaras
    gsamaras over 1 year

    I am facing this Spark problem, after installing sbt like this. How to proceed please?

    When hitting tab to this: sudo apt-get install s I do not see any sbt package.