How to Install and Uninstall ghc-threads.x86_64 Package on Fedora 35
Last updated: November 28,2024
1. Install "ghc-threads.x86_64" package
This guide let you learn how to install ghc-threads.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
ghc-threads.x86_64
Copied
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 35:
$
sudo dnf remove
ghc-threads.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-threads.x86_64 package on Fedora 35
Last metadata expiration check: 5:03:18 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-threads
Version : 0.5.1.6
Release : 12.fc35
Architecture : x86_64
Size : 18 k
Source : ghc-threads-0.5.1.6-12.fc35.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'.
Available Packages
Name : ghc-threads
Version : 0.5.1.6
Release : 12.fc35
Architecture : x86_64
Size : 18 k
Source : ghc-threads-0.5.1.6-12.fc35.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'.