How to Install and Uninstall ghc-crypto-api.x86_64 Package on Fedora 38

Last updated: November 28,2024

1. Install "ghc-crypto-api.x86_64" package

Learn how to install ghc-crypto-api.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ghc-crypto-api.x86_64

2. Uninstall "ghc-crypto-api.x86_64" package

This guide let you learn how to uninstall ghc-crypto-api.x86_64 on Fedora 38:

$ sudo dnf remove ghc-crypto-api.x86_64 $ sudo dnf autoremove

3. Information about the ghc-crypto-api.x86_64 package on Fedora 38

Last metadata expiration check: 1:03:37 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ghc-crypto-api
Version : 0.13.3
Release : 27.fc38
Architecture : x86_64
Size : 106 k
Source : ghc-crypto-api-0.13.3-27.fc38.src.rpm
Repository : fedora
Summary : A generic interface for cryptographic operations
URL : https://hackage.haskell.org/package/crypto-api
License : BSD-3-Clause
Description : A generic interface for cryptographic operations (hashes, ciphers, randomness).
: Maintainers of hash and cipher implementations are encouraged to add instances
: for the classes defined in Crypto.Classes. Crypto users are similarly
: encouraged to use the interfaces defined in the Classes module.
: Any concepts or functions of general use to more than one cryptographic
: algorithm (eg padding) is within the scope of this package.