How to Install and Uninstall ghc-cryptonite.x86_64 Package on CentOS Stream 9

Last updated: October 03,2024

1. Install "ghc-cryptonite.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-cryptonite.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ghc-cryptonite.x86_64

2. Uninstall "ghc-cryptonite.x86_64" package

Please follow the guidelines below to uninstall ghc-cryptonite.x86_64 on CentOS Stream 9:

$ sudo dnf remove ghc-cryptonite.x86_64 $ sudo dnf autoremove

3. Information about the ghc-cryptonite.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:51:16 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ghc-cryptonite
Version : 0.29
Release : 2.el9
Architecture : x86_64
Size : 1.1 M
Source : ghc-cryptonite-0.29-2.el9.src.rpm
Repository : epel
Summary : Cryptography Primitives sink
URL : https://hackage.haskell.org/package/cryptonite
License : BSD and (CC0 or ASL 2.0) and (CC0 or ASL 2.0 or OpenSSL)
Description : A repository of cryptographic primitives.
:
: * Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, Camellia, RC4,
: Salsa, XSalsa, ChaCha.
:
: * Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd, Tiger,
: Whirlpool, Blake2
:
: * MAC: HMAC, KMAC, Poly1305
:
: * Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448,
: Ed25519, Ed448
:
: * Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt, BCryptPBKDF
:
: * Cryptographic Random generation: System Entropy, Deterministic Random
: Generator
:
: * Data related: Anti-Forensic Information Splitter (AFIS)
:
: If anything cryptographic related is missing from here, submit a pull request
: to have it added. This package strives to be a cryptographic kitchen sink that
: provides cryptography for everyone.
:
: Evaluate the security related to your requirements before using.
:
: Read "Crypto.Tutorial" for a quick start guide.