How to Install and Uninstall scalacheck.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "scalacheck.noarch" package

In this section, we are going to explain the necessary steps to install scalacheck.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install scalacheck.noarch

2. Uninstall "scalacheck.noarch" package

This is a short guide on how to uninstall scalacheck.noarch on Fedora 34:

$ sudo dnf remove scalacheck.noarch $ sudo dnf autoremove

3. Information about the scalacheck.noarch package on Fedora 34

Last metadata expiration check: 2:48:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : scalacheck
Version : 1.15.4
Release : 1.fc34
Architecture : noarch
Size : 663 k
Source : scalacheck-1.15.4-1.fc34.src.rpm
Repository : updates
Summary : Property-based testing for Scala
URL : http://www.scalacheck.org/
License : BSD
Description : ScalaCheck is a library written in Scala and used for automated
: property-based testing of Scala or Java programs. ScalaCheck was
: originally inspired by the Haskell library QuickCheck, but has also
: ventured into its own.
:
: ScalaCheck has no external dependencies other than the Scala runtime,
: and works great with sbt, the Scala build tool. It is also fully
: integrated in the test frameworks ScalaTest and specs2. You can of
: course also use ScalaCheck completely standalone, with its built-in
: test runner.