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

Last updated: October 04,2024

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

Learn how to install ghc-MonadCatchIO-mtl.x86_64 on Fedora 34

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

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

Here is a brief guide to show you how to uninstall ghc-MonadCatchIO-mtl.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:59:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-MonadCatchIO-mtl
Version : 0.3.1.0
Release : 19.fc34
Architecture : x86_64
Size : 12 k
Source : ghc-MonadCatchIO-mtl-0.3.1.0-19.fc34.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.