How to Install and Uninstall ghc-MonadCatchIO-mtl.x86_64 Package on Fedora 38

Last updated: January 11,2025

1. Install "ghc-MonadCatchIO-mtl.x86_64" package

Please follow the guidelines below to install ghc-MonadCatchIO-mtl.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ghc-MonadCatchIO-mtl.x86_64

2. Uninstall "ghc-MonadCatchIO-mtl.x86_64" package

Please follow the steps below to uninstall ghc-MonadCatchIO-mtl.x86_64 on Fedora 38:

$ sudo dnf remove ghc-MonadCatchIO-mtl.x86_64 $ sudo dnf autoremove

3. Information about the ghc-MonadCatchIO-mtl.x86_64 package on Fedora 38

Last metadata expiration check: 4:27:12 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-MonadCatchIO-mtl
Version : 0.3.1.0
Release : 36.fc38
Architecture : x86_64
Size : 12 k
Source : ghc-MonadCatchIO-mtl-0.3.1.0-36.fc38.src.rpm
Repository : fedora
Summary : Monad-transformer for Control.Exception
URL : https://hackage.haskell.org/package/MonadCatchIO-mtl
License : BSD-3-Clause
Description : Provides a monad-transformer version of the 'Control.Exception.catch' function.
: For this, it defines the 'MonadCatchIO' class, a subset of 'MonadIO'.
: It defines proper instances for most monad transformers in the 'mtl' library.