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

Last updated: October 06,2024

1. Install "scala.noarch" package

Learn how to install scala.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install scala.noarch

2. Uninstall "scala.noarch" package

Please follow the instructions below to uninstall scala.noarch on Fedora 35:

$ sudo dnf remove scala.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:05:37 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : scala
Version : 2.13.7
Release : 1.fc35
Architecture : noarch
Size : 10 M
Source : scala-2.13.7-1.fc35.src.rpm
Repository : updates
Summary : Hybrid functional/object-oriented language for the JVM
URL : https://www.scala-lang.org/
License : ASL 2.0 and BSD 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.