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

Last updated: July 06,2024

1. Install "ghc-cond.x86_64" package

Please follow the guidance below to install ghc-cond.x86_64 on Fedora 34

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

2. Uninstall "ghc-cond.x86_64" package

This guide covers the steps necessary to uninstall ghc-cond.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:25:59 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-cond
Version : 0.4.1.1
Release : 12.fc34
Architecture : x86_64
Size : 37 k
Source : ghc-cond-0.4.1.1-12.fc34.src.rpm
Repository : fedora
Summary : Basic conditional and boolean operators with monadic variants
URL : https://hackage.haskell.org/package/cond
License : BSD
Description : This library provides:
:
: * Implementations of various overloaded conditional operations
:
: * Lifted monadic variants of those operations and common boolean operators
:
: * A typeclass for boolean algebras.
:
: Feel free to send ideas and suggestions for new conditional operators to the
: maintainer.
:
: Monadic looping constructs are not included as part of this package, since the
: monad-loops package has a fairly complete collection of them already.