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

Last updated: October 05,2024

1. Install "ghc-resourcet.x86_64" package

Please follow the steps below to install ghc-resourcet.x86_64 on Fedora 34

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

2. Uninstall "ghc-resourcet.x86_64" package

This guide let you learn how to uninstall ghc-resourcet.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:24:40 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-resourcet
Version : 1.2.4.2
Release : 4.fc34
Architecture : x86_64
Size : 50 k
Source : ghc-resourcet-1.2.4.2-4.fc34.src.rpm
Repository : fedora
Summary : Deterministic allocation and freeing of scarce resources
URL : https://hackage.haskell.org/package/resourcet
License : BSD
Description : Allocate resources which are guaranteed to be released.
: All register cleanup actions live in the IO monad, not the main monad.
: This allows both more efficient code, and for monads to be transformed.