How to Install and Uninstall ghc-unordered-containers.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

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

This guide let you learn how to install ghc-unordered-containers.x86_64 on Rocky Linux 8

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

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

This guide let you learn how to uninstall ghc-unordered-containers.x86_64 on Rocky Linux 8:

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

3. Information about the ghc-unordered-containers.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:51:14 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ghc-unordered-containers
Version : 0.2.9.0
Release : 1.el8
Architecture : x86_64
Size : 98 k
Source : ghc-unordered-containers-0.2.9.0-1.el8.src.rpm
Repository : epel
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.