How to Install and Uninstall ghc-parallel.x86_64 Package on Fedora 36

Last updated: September 21,2024

1. Install "ghc-parallel.x86_64" package

This guide let you learn how to install ghc-parallel.x86_64 on Fedora 36

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

2. Uninstall "ghc-parallel.x86_64" package

This guide covers the steps necessary to uninstall ghc-parallel.x86_64 on Fedora 36:

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

3. Information about the ghc-parallel.x86_64 package on Fedora 36

Last metadata expiration check: 3:15:51 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-parallel
Version : 3.2.2.0
Release : 13.fc36
Architecture : x86_64
Size : 31 k
Source : ghc-parallel-3.2.2.0-13.fc36.src.rpm
Repository : fedora
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>.