How to Install and Uninstall ghc-mtl.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "ghc-mtl.x86_64" package

Please follow the step by step instructions below to install ghc-mtl.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ghc-mtl.x86_64" package

Please follow the instructions below to uninstall ghc-mtl.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ghc-mtl.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:25:38 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-mtl
Version : 2.2.2
Release : 1.el8
Architecture : x86_64
Size : 41 k
Source : ghc-mtl-2.2.2-1.el8.src.rpm
Repository : epel
Summary : Monad classes using functional dependencies
URL : https://hackage.haskell.org/package/mtl
License : BSD
Description : Monad classes using functional dependencies, with instances for various monad
: transformers, inspired by the paper "Functional Programming with Overloading
: and Higher-Order Polymorphism", by Mark P Jones, in "Advanced School of
: Functional Programming", 1995
: ().