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

Last updated: October 07,2024

1. Install "ghc-threads.x86_64" package

Here is a brief guide to show you how to install ghc-threads.x86_64 on Fedora 34

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

2. Uninstall "ghc-threads.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-threads.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:40:51 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-threads
Version : 0.5.1.6
Release : 10.fc34
Architecture : x86_64
Size : 18 k
Source : ghc-threads-0.5.1.6-10.fc34.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'.