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

Last updated: May 03,2024

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

Please follow the guidelines below to install libghc-cipher-aes-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

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

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

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

Package: libghc-cipher-aes-doc
Priority: extra
Section: universe/doc
Installed-Size: 267
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-cipher-aes
Version: 0.2.11-3build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-byteable-doc, libghc-crypto-cipher-types-doc
Filename: pool/universe/h/haskell-cipher-aes/libghc-cipher-aes-doc_0.2.11-3build1_all.deb
Size: 28018
MD5sum: 002a92d42258a9fd64aa4ddaf8ed8238
SHA1: c5faf52a8c934e39a79ee94831ff2ba02bad6ae3
SHA256: ce03442d98de19a24851a6098ab5399d9719007249239ed91e9dce0a52a9b487
Description-en: Fast AES cipher implementation; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 9615d0ad2f10b50b8560c4009ba43afe
Homepage: https://github.com/vincenthz/hs-cipher-aes
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu