Installing sbt on Linux 

Installing from a universal package 

Download ZIP or TGZ package and expand it.

RPM and DEB 

The following packages are also officially supported:

Note: Por favor reporte cualquier problema que se tenga con los paquetes arriba mencionados al projecto sbt-launcher-package.

Gentoo 

En el árbol oficial no hay ebuild para sbt. Pero existen ebuilds para hacer un merge de sbt a partir de los binarios. Para hacer un merge de sbt a partir de estos ebuilds, puede hacer lo siguiente:

$ mkdir -p /usr/local/portage && cd /usr/local/portage
$ git clone git://github.com/whiter4bbit/overlays.git
$ echo "PORTDIR_OVERLAY=$PORTDIR_OVERLAY /usr/local/portage/overlays" >> /etc/make.conf
$ emerge sbt-bin

Note: Por favor reporte cualquier problema con el ebuild aquí.

Instalación manual 

See instruction to install manually.