How to Install and Uninstall ghc-unordered-containers.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ghc-unordered-containers.x86_64" package

This guide let you learn how to install ghc-unordered-containers.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-unordered-containers.x86_64

2. Uninstall "ghc-unordered-containers.x86_64" package

Please follow the guidance below to uninstall ghc-unordered-containers.x86_64 on Fedora 34:

$ sudo dnf remove ghc-unordered-containers.x86_64 $ sudo dnf autoremove

3. Information about the ghc-unordered-containers.x86_64 package on Fedora 34

Last metadata expiration check: 0:27:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-unordered-containers
Version : 0.2.10.0
Release : 6.fc34
Architecture : x86_64
Size : 102 k
Source : ghc-unordered-containers-0.2.10.0-6.fc34.src.rpm
Repository : fedora
Summary : Efficient hashing-based container types
URL : https://hackage.haskell.org/package/unordered-containers
License : BSD
Description : Efficient hashing-based container types. The containers have been optimized for
: performance critical use, both in terms of large data quantities and high
: speed.
:
: The declared cost of each operation is either worst-case or amortized, but
: remains valid even if structures are shared.