How to Install and Uninstall ghc-unordered-containers.x86_64 Package on Oracle Linux 9
Last updated: November 28,2024
1. Install "ghc-unordered-containers.x86_64" package
This is a short guide on how to install ghc-unordered-containers.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-unordered-containers.x86_64
Copied
2. Uninstall "ghc-unordered-containers.x86_64" package
Please follow the step by step instructions below to uninstall ghc-unordered-containers.x86_64 on Oracle Linux 9:
$
sudo dnf remove
ghc-unordered-containers.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-unordered-containers.x86_64 package on Oracle Linux 9
Last metadata expiration check: 0:58:04 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-unordered-containers
Version : 0.2.16.0
Release : 1.el9
Architecture : x86_64
Size : 115 k
Source : ghc-unordered-containers-0.2.16.0-1.el9.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.
:
: /Security/
:
: This package currently provides no defenses against hash collision attacks such
: as HashDoS. Users who need to store input from untrusted sources are advised to
: use 'Data.Map' or 'Data.Set' from the 'containers' package instead.
Available Packages
Name : ghc-unordered-containers
Version : 0.2.16.0
Release : 1.el9
Architecture : x86_64
Size : 115 k
Source : ghc-unordered-containers-0.2.16.0-1.el9.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.
:
: /Security/
:
: This package currently provides no defenses against hash collision attacks such
: as HashDoS. Users who need to store input from untrusted sources are advised to
: use 'Data.Map' or 'Data.Set' from the 'containers' package instead.