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

Last updated: May 18,2024

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

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

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

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

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

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

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

Package: libghc-acid-state-dev
Priority: extra
Section: universe/haskell
Installed-Size: 1953
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-acid-state
Version: 0.14.0-1build1
Provides: libghc-acid-state-dev-0.14.0-2bcf1
Depends: libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-cereal-dev-0.4.1.1-e5a2d, libghc-containers-dev-0.5.6.2-59326, libghc-directory-dev-1.2.2.0-660a7, libghc-extensible-exceptions-dev-0.1.1.4-81599, libghc-filepath-dev-1.4.0.0-f97d1, libghc-mtl-dev-2.2.1-3af90, libghc-network-dev-2.6.2.1-25f4f, libghc-safecopy-dev-0.8.6-281a8, libghc-stm-dev-2.4.4.1-7050c, libghc-template-haskell-dev-2.10.0.0-3c4cb, libghc-unix-dev-2.7.1.0-bb54e, libc6 (>= 2.2.5)
Suggests: libghc-acid-state-doc, libghc-acid-state-prof
Filename: pool/universe/h/haskell-acid-state/libghc-acid-state-dev_0.14.0-1build1_amd64.deb
Size: 221032
MD5sum: 0f0a5be6cf7bf485572c77eb21c254d8
SHA1: 871bc56c947724ecba32a3a0f843a0cc2d3b75df
SHA256: 09b6e7518b7cdc8bd4f1273b8d0bce3f4bf5d060c16d2595b8ea5a1e8837f770
Description-en: Haskell database library with ACID guarantees - GHC libraries
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 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: d895d07d192f90a13513f78e7b2e341a
Homepage: http://acid-state.seize.it/
Ghc-Package: acid-state-0.14.0-2bcf1bb21496542eed8198e9ed25f498
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu