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

Last updated: October 06,2024

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

Learn how to install ghc-union-find.x86_64 on Fedora 38

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

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

This guide covers the steps necessary to uninstall ghc-union-find.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 0:32:04 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-union-find
Version : 0.2
Release : 39.fc38
Architecture : x86_64
Size : 28 k
Source : ghc-union-find-0.2-39.fc38.src.rpm
Repository : fedora
Summary : Efficient union and equivalence testing of sets
URL : https://hackage.haskell.org/package/union-find
License : BSD-3-Clause
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.