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

Last updated: May 04,2024

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

In this section, we are going to explain the necessary steps to install libghc-pwstore-fast-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

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

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

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

Package: libghc-pwstore-fast-dev
Priority: extra
Section: universe/haskell
Installed-Size: 268
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-pwstore-fast
Version: 2.4.4-5
Provides: libghc-pwstore-fast-dev-2.4.4-aa88a
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-base64-bytestring-dev-1.0.0.1-a812c, libghc-binary-dev-0.7.5.0-bf6a9, libghc-byteable-dev-0.1.1-8a158, libghc-bytestring-dev-0.10.6.0-9a873, libghc-cryptohash-dev-0.11.6-9412a, libghc-random-dev-1.1-c46cc, libc6 (>= 2.2.5)
Suggests: libghc-pwstore-fast-doc, libghc-pwstore-fast-prof
Filename: pool/universe/h/haskell-pwstore-fast/libghc-pwstore-fast-dev_2.4.4-5_amd64.deb
Size: 38534
MD5sum: d4dbf5ea443191572d5670f85d001254
SHA1: a87b757311acf7e395698fd2f46cd84e5e6e19d7
SHA256: c8f68261c8df604114adc31c11ac3fae2da53d8f3957ce696d38e328ec66aa4f
Description-en: secure password storage
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 a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 681f60014f2e2299c8c29fc89abced57
Homepage: https://github.com/PeterScott/pwstore
Ghc-Package: pwstore-fast-2.4.4-aa88a0241602dcfd460a8dc99b6b913b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu