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

Last updated: October 06,2024

1. Install "ghc-cond.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-cond.x86_64 on Fedora 35

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

2. Uninstall "ghc-cond.x86_64" package

Please follow the instructions below to uninstall ghc-cond.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:45:32 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-cond
Version : 0.4.1.1
Release : 14.fc35
Architecture : x86_64
Size : 36 k
Source : ghc-cond-0.4.1.1-14.fc35.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.