How to Install and Uninstall libghc-cipher-aes-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

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

This tutorial shows how to install libghc-cipher-aes-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the instructions below to uninstall libghc-cipher-aes-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libghc-cipher-aes-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-cipher-aes-dev
Priority: extra
Section: universe/haskell
Installed-Size: 491
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-cipher-aes
Version: 0.2.11-3build1
Provides: libghc-cipher-aes-dev-0.2.11-82259
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-byteable-dev-0.1.1-8a158, libghc-bytestring-dev-0.10.6.0-9a873, libghc-crypto-cipher-types-dev-0.0.9-985d7, libghc-securemem-dev-0.1.9-bcbcb, libc6 (>= 2.2.5)
Suggests: libghc-cipher-aes-doc, libghc-cipher-aes-prof
Filename: pool/universe/h/haskell-cipher-aes/libghc-cipher-aes-dev_0.2.11-3build1_amd64.deb
Size: 59302
MD5sum: 47f0c73bc8b5585303bffe955fe426cd
SHA1: ee86400e717905b7571bf2da382ec3e1ff54534b
SHA256: 9ed74da5360f0f32e5840b8db30cfba2d26c04eb691a21255c343459b29c018d
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
Homepage: https://github.com/vincenthz/hs-cipher-aes
Ghc-Package: cipher-aes-0.2.11-82259e133bd01f10777ce3f83b4aa8db
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu