How to Install and Uninstall scala.noarch Package on Fedora 39

Last updated: January 16,2025

1. Install "scala.noarch" package

Please follow the steps below to install scala.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install scala.noarch

2. Uninstall "scala.noarch" package

This tutorial shows how to uninstall scala.noarch on Fedora 39:

$ sudo dnf remove scala.noarch $ sudo dnf autoremove

3. Information about the scala.noarch package on Fedora 39

Last metadata expiration check: 1:16:45 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : scala
Version : 2.13.11
Release : 2.fc39
Architecture : noarch
Size : 10 M
Source : scala-2.13.11-2.fc39.src.rpm
Repository : fedora
Summary : Hybrid functional/object-oriented language for the JVM
URL : https://www.scala-lang.org/
License : Apache-2.0 and BSD-3-Clause and MIT
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.
:
: This package contains the Scala compiler and bytecode parser.