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

Last updated: November 28,2024

1. Install "scala.noarch" package

In this section, we are going to explain the necessary steps to install scala.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install scala.noarch

2. Uninstall "scala.noarch" package

This guide covers the steps necessary to uninstall scala.noarch on Fedora 38:

$ sudo dnf remove scala.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:03:41 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : scala
Version : 2.13.10
Release : 2.fc38
Architecture : noarch
Size : 10 M
Source : scala-2.13.10-2.fc38.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.