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

Last updated: July 05,2024

1. Install "scala.noarch" package

This guide covers the steps necessary to install scala.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install scala.noarch

2. Uninstall "scala.noarch" package

In this section, we are going to explain the necessary steps to uninstall scala.noarch on Rocky Linux 8:

$ sudo dnf remove scala.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:45:30 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : scala
Version : 2.10.6
Release : 14.module+el8.3.0+241+f23502a8
Architecture : noarch
Size : 22 M
Source : scala-2.10.6-14.module+el8.3.0+241+f23502a8.src.rpm
Repository : 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.