How to Install and Uninstall ghc-enclosed-exceptions.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

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

Please follow the guidance below to install ghc-enclosed-exceptions.x86_64 on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall ghc-enclosed-exceptions.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-enclosed-exceptions.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:25:02 ago on Thu Feb 15 07:50:05 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:
: .