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

Last updated: November 24,2024

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

In this section, we are going to explain the necessary steps to install ghc-MonadCatchIO-mtl.x86_64 on Fedora 35

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

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

Please follow the step by step instructions below to uninstall ghc-MonadCatchIO-mtl.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:55:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-MonadCatchIO-mtl
Version : 0.3.1.0
Release : 21.fc35
Architecture : x86_64
Size : 12 k
Source : ghc-MonadCatchIO-mtl-0.3.1.0-21.fc35.src.rpm
Repository : fedora
Summary : Monad-transformer for Control.Exception
URL : https://hackage.haskell.org/package/MonadCatchIO-mtl
License : BSD
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.