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

Last updated: October 06,2024

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

Please follow the steps below to install ghc-crypto-api.x86_64 on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 5:04:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-crypto-api
Version : 0.13.3
Release : 17.fc36
Architecture : x86_64
Size : 103 k
Source : ghc-crypto-api-0.13.3-17.fc36.src.rpm
Repository : fedora
Summary : A generic interface for cryptographic operations
URL : https://hackage.haskell.org/package/crypto-api
License : BSD
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.