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

Last updated: September 27,2024

1. Install "ghc-resourcet.x86_64" package

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

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

2. Uninstall "ghc-resourcet.x86_64" package

Please follow the step by step instructions below to uninstall ghc-resourcet.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:36:09 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-resourcet
Version : 1.2.4.2
Release : 6.fc35
Architecture : x86_64
Size : 50 k
Source : ghc-resourcet-1.2.4.2-6.fc35.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.