How to Install and Uninstall scala Package on openSUSE Leap

Last updated: May 05,2024

1. Install "scala" package

This guide covers the steps necessary to install scala on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install scala

2. Uninstall "scala" package

Learn how to uninstall scala on openSUSE Leap:

$ sudo zypper remove scala

3. Information about the scala package on openSUSE Leap

Information for package scala:
------------------------------
Repository : Main Repository
Name : scala
Version : 2.10.7-150200.3.4.3
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 25.7 MiB
Installed : No
Status : not installed
Source package : scala-2.10.7-150200.3.4.3.src
Upstream URL : https://www.scala-lang.org/
Summary : A hybrid functional/object-oriented language for the JVM
Description :
Scala is a general purpose programming language designed to express
common programming patterns in a concise and type-safe way. It
integrates features of object-oriented and functional languages. It
is also interoperable with Java.