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

Last updated: October 04,2024

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

Please follow the guidelines below to install ghc-monad-journal.x86_64 on Fedora 38

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

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

Learn how to uninstall ghc-monad-journal.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 0:09:25 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ghc-monad-journal
Version : 0.8.1
Release : 23.fc38
Architecture : x86_64
Size : 24 k
Source : ghc-monad-journal-0.8.1-23.fc38.src.rpm
Repository : fedora
Summary : Pure logger typeclass and monad transformer
URL : https://hackage.haskell.org/package/monad-journal
License : BSD-3-Clause
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'.