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

Last updated: May 18,2024

1. Install "libghc-pwstore-fast-doc" package

This guide covers the steps necessary to install libghc-pwstore-fast-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-pwstore-fast-doc

2. Uninstall "libghc-pwstore-fast-doc" package

Learn how to uninstall libghc-pwstore-fast-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-pwstore-fast-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-pwstore-fast-doc
Priority: extra
Section: universe/doc
Installed-Size: 200
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-pwstore-fast
Version: 2.4.4-5
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-random-doc
Filename: pool/universe/h/haskell-pwstore-fast/libghc-pwstore-fast-doc_2.4.4-5_all.deb
Size: 30524
MD5sum: d6ad2ee3044cc040778ccbfe11b5b01d
SHA1: 3be63c2b27decc53322b6ab568932827b125551a
SHA256: b2bf4cfcb59cb81974ce1aa60463c3c171ae92468bb3968012d11607328a9c90
Description-en: secure password storage; documentation
To store passwords securely, they should be salted, then hashed with a
slow hash function. This library uses PBKDF1-SHA256, and handles all
the details. It uses the cryptohash package for speed; if you need a
pure Haskell library, pwstore-purehaskell has the exact same API, but
uses only pure Haskell. It is about 25 times slower than this package,
but still quite usable.
.
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: d64fabdfd8bb85f01cd1c69648f4f9c2
Homepage: https://github.com/PeterScott/pwstore
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu