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

Last updated: October 06,2024

1. Install "ghc-resourcet.x86_64" package

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

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

2. Uninstall "ghc-resourcet.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-resourcet.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 1:28:58 ago on Wed Mar 13 07:41:12 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.