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

Last updated: October 13,2024

1. Install "ghc-resourcet.x86_64" package

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

$ 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 38:

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

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

Last metadata expiration check: 2:16:30 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-resourcet
Version : 1.2.6
Release : 2.fc38
Architecture : x86_64
Size : 48 k
Source : ghc-resourcet-1.2.6-2.fc38.src.rpm
Repository : fedora
Summary : Deterministic allocation and freeing of scarce resources
URL : https://hackage.haskell.org/package/resourcet
License : BSD-3-Clause
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.