How to Install and Uninstall ghc-resourcet.x86_64 Package on CentOS Stream 9

Last updated: January 18,2025

1. Install "ghc-resourcet.x86_64" package

This guide let you learn how to install ghc-resourcet.x86_64 on CentOS Stream 9

$ 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 CentOS Stream 9:

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

3. Information about the ghc-resourcet.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:32:41 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ghc-resourcet
Version : 1.2.4.3
Release : 1.el9
Architecture : x86_64
Size : 49 k
Source : ghc-resourcet-1.2.4.3-1.el9.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.