How to Install and Uninstall scala.noarch Package on CentOS 8 / RHEL 8

Last updated: May 03,2024

1. Install "scala.noarch" package

Please follow the guidance below to install scala.noarch on CentOS 8 / RHEL 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 CentOS 8 / RHEL 8:

$ sudo dnf remove scala.noarch $ sudo dnf autoremove

3. Information about the scala.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:29:37 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : scala
Version : 2.10.6
Release : 14.module_el8.0.0+82+8ee6c375
Architecture : noarch
Size : 22 M
Source : scala-2.10.6-14.module_el8.0.0+82+8ee6c375.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.