How to Install and Uninstall scala.noarch Package on Oracle Linux 8

Last updated: May 03,2024

1. Install "scala.noarch" package

In this section, we are going to explain the necessary steps to install scala.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install scala.noarch

2. Uninstall "scala.noarch" package

This guide covers the steps necessary to uninstall scala.noarch on Oracle Linux 8:

$ sudo dnf remove scala.noarch $ sudo dnf autoremove

3. Information about the scala.noarch package on Oracle Linux 8

Last metadata expiration check: 1:01:27 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : scala
Version : 2.10.6
Release : 14.module+el8+5185+29085240
Architecture : noarch
Size : 22 M
Source : scala-2.10.6-14.module+el8+5185+29085240.src.rpm
Repository : ol8_appstream
Summary : A hybrid functional/object-oriented language for the JVM
URL : http://www.scala-lang.org/
License : BSD and CC0 and Public Domain
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.