How to Install and Uninstall ghc-union-find.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "ghc-union-find.x86_64" package

Please follow the instructions below to install ghc-union-find.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-union-find.x86_64

2. Uninstall "ghc-union-find.x86_64" package

This is a short guide on how to uninstall ghc-union-find.x86_64 on Fedora 36:

$ sudo dnf remove ghc-union-find.x86_64 $ sudo dnf autoremove

3. Information about the ghc-union-find.x86_64 package on Fedora 36

Last metadata expiration check: 0:53:09 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-union-find
Version : 0.2
Release : 26.fc36
Architecture : x86_64
Size : 28 k
Source : ghc-union-find-0.2-26.fc36.src.rpm
Repository : fedora
Summary : Efficient union and equivalence testing of sets
URL : https://hackage.haskell.org/package/union-find
License : BSD
Description : The Union/Find algorithm implements these operations in (effectively)
: constant-time:
:
: 1. Check whether two elements are in the same equivalence class.
:
: 2. Create a union of two equivalence classes.
:
: 3. Look up the descriptor of the equivalence class.