How to Install and Uninstall ghc-unordered-containers Package on openSuSE Tumbleweed
Last updated: November 24,2024
1. Install "ghc-unordered-containers" package
This is a short guide on how to install ghc-unordered-containers on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-unordered-containers
Copied
2. Uninstall "ghc-unordered-containers" package
This is a short guide on how to uninstall ghc-unordered-containers on openSuSE Tumbleweed:
$
sudo zypper remove
ghc-unordered-containers
Copied
3. Information about the ghc-unordered-containers package on openSuSE Tumbleweed
Information for package ghc-unordered-containers:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-unordered-containers
Version : 0.2.20-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 806.3 KiB
Installed : No
Status : not installed
Source package : ghc-unordered-containers-0.2.20-1.3.src
Upstream URL : https://hackage.haskell.org/package/unordered-containers
Summary : Efficient hashing-based container types
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.
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-unordered-containers
Version : 0.2.20-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 806.3 KiB
Installed : No
Status : not installed
Source package : ghc-unordered-containers-0.2.20-1.3.src
Upstream URL : https://hackage.haskell.org/package/unordered-containers
Summary : Efficient hashing-based container types
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.