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

Last updated: October 05,2024

1. Install "ghc-threads.x86_64" package

Learn how to install ghc-threads.x86_64 on Fedora 36

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

2. Uninstall "ghc-threads.x86_64" package

This is a short guide on how to uninstall ghc-threads.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:13:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-threads
Version : 0.5.1.6
Release : 13.fc36
Architecture : x86_64
Size : 18 k
Source : ghc-threads-0.5.1.6-13.fc36.src.rpm
Repository : fedora
Summary : Fork threads and wait for their result
URL : https://hackage.haskell.org/package/threads
License : BSD
Description : This package provides functions to fork threads and wait for their result,
: whether it's an exception or a normal value.
:
: Besides waiting for the termination of a single thread this packages also
: provides functions to wait for a group of threads to terminate.
:
: This package is similar to the 'threadmanager', 'async' and 'spawn' packages.
: The advantages of this package are:
:
: * Simpler API.
:
: * More efficient in both space and time.
:
: * No space-leak when forking a large number of threads.
:
: * Correct handling of asynchronous exceptions.
:
: * GHC specific functionality like 'forkOn' and 'forkIOWithUnmask'.