How to Install and Uninstall ghc-equivalence.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "ghc-equivalence.x86_64" package

Please follow the guidelines below to install ghc-equivalence.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-equivalence.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-equivalence.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-equivalence.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:34:14 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-equivalence
Version : 0.3.5
Release : 7.el9
Architecture : x86_64
Size : 44 k
Source : ghc-equivalence-0.3.5-7.el9.src.rpm
Repository : epel
Summary : Maintaining an equivalence relation implemented as union-find using STT
URL : https://hackage.haskell.org/package/equivalence
License : BSD
Description : This is an implementation of Tarjan's Union-Find algorithm (Robert E.
: Tarjan. "Efficiency of a Good But Not Linear Set Union Algorithm", JACM 22(2),
: 1975) in order to maintain an equivalence relation. This implementation is a
: port of the /union-find/ package using the ST monad transformer (instead of the
: IO monad).