How to Install and Uninstall ghc-cipher-aes.x86_64 Package on Fedora 38
Last updated: January 13,2025
1. Install "ghc-cipher-aes.x86_64" package
In this section, we are going to explain the necessary steps to install ghc-cipher-aes.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
ghc-cipher-aes.x86_64
Copied
2. Uninstall "ghc-cipher-aes.x86_64" package
Please follow the guidance below to uninstall ghc-cipher-aes.x86_64 on Fedora 38:
$
sudo dnf remove
ghc-cipher-aes.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-cipher-aes.x86_64 package on Fedora 38
Last metadata expiration check: 3:40:38 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-cipher-aes
Version : 0.2.11
Release : 30.fc38
Architecture : x86_64
Size : 48 k
Source : ghc-cipher-aes-0.2.11-30.fc38.src.rpm
Repository : fedora
Summary : Fast AES cipher implementation with advanced mode of operations
URL : https://hackage.haskell.org/package/cipher-aes
License : BSD-3-Clause
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.
Available Packages
Name : ghc-cipher-aes
Version : 0.2.11
Release : 30.fc38
Architecture : x86_64
Size : 48 k
Source : ghc-cipher-aes-0.2.11-30.fc38.src.rpm
Repository : fedora
Summary : Fast AES cipher implementation with advanced mode of operations
URL : https://hackage.haskell.org/package/cipher-aes
License : BSD-3-Clause
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.