How to Install and Uninstall ghc-mtl.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "ghc-mtl.x86_64" package

Please follow the guidance below to install ghc-mtl.x86_64 on Rocky Linux 8

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

2. Uninstall "ghc-mtl.x86_64" package

Learn how to uninstall ghc-mtl.x86_64 on Rocky Linux 8:

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

3. Information about the ghc-mtl.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:57:09 ago on Mon Sep 12 10:27:18 2022.
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
: ().