I am using Ubuntu 18.04
I run the following command
sudo apt-get install scala
This installs scala 2.11.12
but this is an outdated version. The real version of the programming language is 2.13.0
I googled and googled but everything points to very old and outdated articles.
sudo dpkg -i scala-2.13.0.deb && sudo apt install -f
. See also? – Pablo Bianchi Sep 02 '19 at 22:30