https://riptutorial.com/sbt/example/22176/install-sbt-on-linux

 

 

  • Download SBT repository definitions and add it to YUM:

    curl https://bintray.com/sbt/rpm/rpm | sudo tee /etc/yum.repos.d/bintray-sbt-rpm.repo
  • Install SBT according to the definitions previously added to YUM:

    sudo yum install sbt

 

 

 

 

+ Recent posts