Scala install

From wikinotes

Archlinux

aur sync scala
aur sync scala-cli     # optional scala interpreter

# to compile/run programs you'll either:
pacman -S jre-openjdk  # minimal
pacman -S jdk-openjdk  # also acceptable, includes jre