How to Install and Uninstall scala Package on Kali Linux

Last updated: May 05,2024

1. Install "scala" package

Here is a brief guide to show you how to install scala on Kali Linux

$ sudo apt update $ sudo apt install scala

2. Uninstall "scala" package

Here is a brief guide to show you how to uninstall scala on Kali Linux:

$ sudo apt remove scala $ sudo apt autoclean && sudo apt autoremove

3. Information about the scala package on Kali Linux

Package: scala
Version: 2.11.12-5
Installed-Size: 15875
Maintainer: Debian Java Maintainers
Architecture: all
Depends: scala-library (= 2.11.12-5), scala-parser-combinators, scala-xml, default-jre-headless (>= 2:1.7) | java7-runtime-headless, libjline2-java (>= 2.13)
Suggests: scala-doc (>= 2.11.12-5)
Size: 14239280
SHA256: 67088e1761158960593a76e4597e85cfe84350221b87c6c8f329a72beeb9edca
SHA1: 0c1cd94eb90b158ad5cd8878a9eea39e4e0fe41a
MD5sum: c477eeae097470cf1bbfca595426428d
Description: Scala programming language
Scala is a Java-compatible programming language with many
modern language features. It is Java-compatible in that
Scala and Java classes can directly reference each other and
subclass each other with no glue code needed. It
includes modern language features such as closures,
pattern-matching, parametric types, and virtual type members.
.
This package includes the various tools used to develop
code written in Scala. It includes a compiler (scalac),
an interpreter and script runner (scala), the offline
compiler (fsc), and source-scanning documentation
generator (scaladoc).
Description-md5:
Homepage: http://www.scala-lang.org/
Tag: devel::compiler, implemented-in::java, role::program
Section: devel
Priority: optional
Filename: pool/main/s/scala/scala_2.11.12-5_all.deb