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

Last updated: November 02,2024

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

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

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

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

Please follow the steps below to uninstall ghc-union-find.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:08:35 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-union-find
Version : 0.2
Release : 25.fc35
Architecture : x86_64
Size : 29 k
Source : ghc-union-find-0.2-25.fc35.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.