How to Install and Uninstall scala-library Package on Kali Linux

Last updated: May 03,2024

1. Install "scala-library" package

In this section, we are going to explain the necessary steps to install scala-library on Kali Linux

$ sudo apt update $ sudo apt install scala-library

2. Uninstall "scala-library" package

Learn how to uninstall scala-library on Kali Linux:

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

3. Information about the scala-library package on Kali Linux

Package: scala-library
Source: scala
Version: 2.11.12-5
Installed-Size: 10544
Maintainer: Debian Java Maintainers
Architecture: all
Size: 9587920
SHA256: b2b8181de523dd0e862d5f4826e8d4ef6ef0329b922c8a95f2a1fc9265d17fa4
SHA1: aeb02e402e63975d37bf712ba471972e7fc45cd0
MD5sum: bb4ffcf6d2465ccc9fa9128f057bf622
Description: Scala standard library
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 contains the run-time library needed to run Scala programs.
It also provides scalacheck and scala-partest.
Description-md5:
Homepage: http://www.scala-lang.org/
Tag: devel::TODO, devel::lang:java, devel::library, devel::runtime,
implemented-in::java, role::devel-lib, role::shared-lib
Section: devel
Priority: optional
Filename: pool/main/s/scala/scala-library_2.11.12-5_all.deb