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

Last updated: May 19,2024

1. Install "libghc-acid-state-doc" package

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

$ sudo apt update $ sudo apt install libghc-acid-state-doc

2. Uninstall "libghc-acid-state-doc" package

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

$ sudo apt remove libghc-acid-state-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-acid-state-doc
Priority: extra
Section: universe/doc
Installed-Size: 912
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-acid-state
Version: 0.14.0-1build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-mtl-doc, libghc-network-doc, libghc-safecopy-doc
Filename: pool/universe/h/haskell-acid-state/libghc-acid-state-doc_0.14.0-1build1_all.deb
Size: 77266
MD5sum: d501cf85129ff2f7ea4e8ee97b77e442
SHA1: 4838c0ab492beb41b48cd2fbf043d52c0a7f53e8
SHA256: 72d1fdb80c61b60bdc28629f1d1dd1b7ef0b670645eebe12e6ef0e426e34d5e2
Description-en: Haskell database library with ACID guarantees - documentation; documentation
AcidState is a Haskell library to store serializable Haskell
structures, guaranteeing that transactions support the ACID
semantic. That is, they must be atomic (a transaction must be
completely saved or completely rolled back), consistent (after each
transaction the state of the database must be valid), isolated (two
parallel transaction must not interfere with each other) and durable
(a successful transaction must be reliably stored to a persistent
memory).
.
This library supports both storing data on the local disk and via a
network server.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell. It obsoletes the package
haskell-happstack-state.
Description-md5: a4848160fa35901110fab71b4122c717
Homepage: http://acid-state.seize.it/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu