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

Last updated: October 05,2024

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

This guide covers the steps necessary to install ghc-crypto-api.x86_64 on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall ghc-crypto-api.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:12:46 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-crypto-api
Version : 0.13.3
Release : 13.fc34
Architecture : x86_64
Size : 105 k
Source : ghc-crypto-api-0.13.3-13.fc34.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.