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

Last updated: July 07,2024

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

Here is a brief guide to show you how to install ghc-monad-journal.x86_64 on Fedora 34

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

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

Please follow the guidance below to uninstall ghc-monad-journal.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:23:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-monad-journal
Version : 0.8.1
Release : 12.fc34
Architecture : x86_64
Size : 25 k
Source : ghc-monad-journal-0.8.1-12.fc34.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'.