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

Last updated: June 29,2024

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

Please follow the steps below to install ghc-union-find.x86_64 on Fedora 34

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

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

Please follow the instructions below to uninstall ghc-union-find.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:29:48 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-union-find
Version : 0.2
Release : 23.fc34
Architecture : x86_64
Size : 29 k
Source : ghc-union-find-0.2-23.fc34.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.