How to Install and Uninstall scala Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "scala" package

This guide covers the steps necessary to install scala on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install scala

2. Uninstall "scala" package

Learn how to uninstall scala on openSuSE Tumbleweed:

$ sudo zypper remove scala

3. Information about the scala package on openSuSE Tumbleweed

Information for package scala:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : scala
Version : 2.13.12-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 19.7 MiB
Installed : No
Status : not installed
Source package : scala-2.13.12-1.3.src
Upstream URL : https://www.scala-lang.org/
Summary : 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, elegant, and type-safe way.
It smoothly integrates features of object-oriented and functional
languages. It is also fully interoperable with Java.