How to Install and Uninstall scala.noarch Package on AlmaLinux 8

Last updated: September 22,2024

1. Install "scala.noarch" package

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

$ sudo dnf update $ sudo dnf install scala.noarch

2. Uninstall "scala.noarch" package

Please follow the guidelines below to uninstall scala.noarch on AlmaLinux 8:

$ sudo dnf remove scala.noarch $ sudo dnf autoremove

3. Information about the scala.noarch package on AlmaLinux 8

Last metadata expiration check: 1:07:06 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : scala
Version : 2.10.6
Release : 14.module_el8.0.0+6044+f3cbc35d
Architecture : noarch
Size : 22 M
Source : scala-2.10.6-14.module_el8.0.0+6044+f3cbc35d.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.