How to Install and Uninstall ghc-cipher-aes.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "ghc-cipher-aes.x86_64" package

Please follow the steps below to install ghc-cipher-aes.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-cipher-aes.x86_64

2. Uninstall "ghc-cipher-aes.x86_64" package

Please follow the step by step instructions below to uninstall ghc-cipher-aes.x86_64 on Fedora 36:

$ sudo dnf remove ghc-cipher-aes.x86_64 $ sudo dnf autoremove

3. Information about the ghc-cipher-aes.x86_64 package on Fedora 36

Last metadata expiration check: 5:28:12 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-cipher-aes
Version : 0.2.11
Release : 22.fc36
Architecture : x86_64
Size : 47 k
Source : ghc-cipher-aes-0.2.11-22.fc36.src.rpm
Repository : fedora
Summary : Fast AES cipher implementation with advanced mode of operations
URL : https://hackage.haskell.org/package/cipher-aes
License : BSD
Description : Fast AES cipher implementation with advanced mode of operations.
:
: The modes of operations available are ECB (Electronic code book), CBC (Cipher
: block chaining), CTR (Counter), XTS (XEX with ciphertext stealing), GCM (Galois
: Counter Mode).
:
: The AES implementation uses AES-NI when available (on x86 and x86-64
: architecture), but fallback gracefully to a software C implementation.
:
: The software implementation uses S-Boxes, which might suffer for cache timing
: issues. However do notes that most other known software implementations,
: including very popular one (openssl, gnutls) also uses similar implementation.
: If it matters for your case, you should make sure you have AES-NI available, or
: you'll need to use a different implementation.