How to Install and Uninstall ghc-enclosed-exceptions.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "ghc-enclosed-exceptions.x86_64" package

Please follow the guidelines below to install ghc-enclosed-exceptions.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-enclosed-exceptions.x86_64

2. Uninstall "ghc-enclosed-exceptions.x86_64" package

Please follow the step by step instructions below to uninstall ghc-enclosed-exceptions.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-enclosed-exceptions.x86_64 $ sudo dnf autoremove

3. Information about the ghc-enclosed-exceptions.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:05:38 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-enclosed-exceptions
Version : 1.0.3
Release : 13.el9
Architecture : x86_64
Size : 17 k
Source : ghc-enclosed-exceptions-1.0.3-13.el9.src.rpm
Repository : epel
Summary : Catch exceptions within an enclosed computation
URL : https://hackage.haskell.org/package/enclosed-exceptions
License : MIT
Description : Catching all exceptions raised within an enclosed computation, while remaining
: responsive to (external) asynchronous exceptions. For more information on the
: technique, please see:
: .