How to Install and Uninstall ghc-monad-journal.x86_64 Package on Fedora 36

Last updated: September 29,2024

1. Install "ghc-monad-journal.x86_64" package

This tutorial shows how to install ghc-monad-journal.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-monad-journal.x86_64

2. Uninstall "ghc-monad-journal.x86_64" package

This guide let you learn how to uninstall ghc-monad-journal.x86_64 on Fedora 36:

$ sudo dnf remove ghc-monad-journal.x86_64 $ sudo dnf autoremove

3. Information about the ghc-monad-journal.x86_64 package on Fedora 36

Last metadata expiration check: 5:57:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-monad-journal
Version : 0.8.1
Release : 15.fc36
Architecture : x86_64
Size : 25 k
Source : ghc-monad-journal-0.8.1-15.fc36.src.rpm
Repository : fedora
Summary : Pure logger typeclass and monad transformer
URL : https://hackage.haskell.org/package/monad-journal
License : BSD
Description : This package provides a typeclass for logging in pure code, or more generally,
: in any kind of context. You can do whatever you want with logs, especially get
: them, clear them or even sink them through 'IO' if you're logging in '(MonadIO
: m) => m'.