How to Install scala-asm in Ubuntu 18.04



Install scala-asm by entering the following commands in the terminal:

sudo apt update
sudo apt install scala-asm

Description:

Fork of ASM for the Scala Compiler

This library is a fork of the ASM Java bytecode manipulation and analysis framework (see libasm-java) modified for the needs of the Scala compiler. The classes are relocated under the scala.tools.asm package and a small number of patches were applied to the original sources.

Homepage: http://www.scala-lang.org/

Version: 5.2.0-scala-2-1

Section: universe/java