How to Install and Uninstall libghc-cipher-aes-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 15,2024

1. Install "libghc-cipher-aes-dev" package

Here is a brief guide to show you how to install libghc-cipher-aes-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libghc-cipher-aes-dev

2. Uninstall "libghc-cipher-aes-dev" package

In this section, we are going to explain the necessary steps to uninstall libghc-cipher-aes-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libghc-cipher-aes-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-cipher-aes-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-cipher-aes-dev
Architecture: amd64
Version: 0.2.11-9build2
Priority: extra
Section: universe/haskell
Source: haskell-cipher-aes
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 531
Provides: libghc-cipher-aes-dev-0.2.11-0690d
Depends: libghc-base-dev-4.13.0.0-2f220, libghc-byteable-dev-0.1.1-b48bd, libghc-bytestring-dev-0.10.10.1-c40ee, libghc-crypto-cipher-types-dev-0.0.9-5941c, libghc-securemem-dev-0.1.10-92abf, libc6 (>= 2.14), libgmp10
Suggests: libghc-cipher-aes-doc, libghc-cipher-aes-prof
Filename: pool/universe/h/haskell-cipher-aes/libghc-cipher-aes-dev_0.2.11-9build2_amd64.deb
Size: 66464
MD5sum: 0e62bfa28ea353b2647736d04942c31f
SHA1: 10040a6b314f99129bc1073d5c16150d5d4e8cb6
SHA256: 26cbe92a4055f092f00b7cc138f34cf04b965308502286e613a40811f5676ad2
SHA512: 973daa3a01159ee8007cf16b821614b015fe76a6a2acb0f603c8240d3a3a9c6239868952d4c87020886e079d8b57c76fb9d72f66312c2ba11f30261ecaf89f2c
Homepage: https://github.com/vincenthz/hs-cipher-aes
Description-en: Fast AES cipher implementation
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 note that most other known software
implementations, including very popular one (openssl, gnutls) also uses
same 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.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 84f8bf48c7934b0a58be29a1e2743f83
Ghc-Package: cipher-aes-0.2.11-8FoXvw7RQ3Q8vxqeQOhBCH