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

Last updated: November 30,2024

1. Install "scala-library.noarch" package

This guide covers the steps necessary to install scala-library.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install scala-library.noarch

2. Uninstall "scala-library.noarch" package

This tutorial shows how to uninstall scala-library.noarch on Fedora 38:

$ sudo dnf remove scala-library.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:05:12 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : scala-library
Version : 2.13.10
Release : 2.fc38
Architecture : noarch
Size : 5.0 M
Source : scala-2.13.10-2.fc38.src.rpm
Repository : fedora
Summary : Scala standard library
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 standard library for the Scala programming
: language.