How to Install and Uninstall ghc-enclosed-exceptions.x86_64 Package on Fedora 35

Last updated: October 06,2024

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

Please follow the step by step instructions below to install ghc-enclosed-exceptions.x86_64 on Fedora 35

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

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

Please follow the instructions below to uninstall ghc-enclosed-exceptions.x86_64 on Fedora 35:

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

3. Information about the ghc-enclosed-exceptions.x86_64 package on Fedora 35

Last metadata expiration check: 1:07:42 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-enclosed-exceptions
Version : 1.0.3
Release : 12.fc35
Architecture : x86_64
Size : 17 k
Source : ghc-enclosed-exceptions-1.0.3-12.fc35.src.rpm
Repository : fedora
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:
: .