How to Install and Uninstall ghc-resourcet.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 29,2024

1. Install "ghc-resourcet.x86_64" package

Here is a brief guide to show you how to install ghc-resourcet.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ghc-resourcet.x86_64" package

Please follow the guidelines below to uninstall ghc-resourcet.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ghc-resourcet.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:03:51 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-resourcet
Version : 1.2.1
Release : 1.el8
Architecture : x86_64
Size : 49 k
Source : ghc-resourcet-1.2.1-1.el8.src.rpm
Repository : epel
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.