How to Install and Uninstall ghc-parallel.x86_64 Package on CentOS Stream 8

Last updated: October 08,2024

1. Install "ghc-parallel.x86_64" package

Here is a brief guide to show you how to install ghc-parallel.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ghc-parallel.x86_64

2. Uninstall "ghc-parallel.x86_64" package

Here is a brief guide to show you how to uninstall ghc-parallel.x86_64 on CentOS Stream 8:

$ sudo dnf remove ghc-parallel.x86_64 $ sudo dnf autoremove

3. Information about the ghc-parallel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:03:29 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-parallel
Version : 3.2.2.0
Release : 1.el8
Architecture : x86_64
Size : 32 k
Source : ghc-parallel-3.2.2.0-1.el8.src.rpm
Repository : epel
Summary : Parallel programming library
URL : https://hackage.haskell.org/package/parallel
License : BSD
Description : This package provides a library for parallel programming.
:
: For documentation start from the "Control.Parallel.Strategies" module below.
:
: For more tutorial documentation, see the book
: : in Haskell>.
:
: To understand the principles behind the library, see
: : Strategies for Parallel Haskell>.