How to Install and Uninstall ghc-mtl.x86_64 Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "ghc-mtl.x86_64" package

This is a short guide on how to install ghc-mtl.x86_64 on CentOS Stream 8

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

2. Uninstall "ghc-mtl.x86_64" package

Here is a brief guide to show you how to uninstall ghc-mtl.x86_64 on CentOS Stream 8:

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

3. Information about the ghc-mtl.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:08:52 ago on Sun Feb 25 03:03:59 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
: ().