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

Last updated: June 04,2024

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

In this section, we are going to explain the necessary steps to install libghc-acid-state-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall libghc-acid-state-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-acid-state-prof
Priority: extra
Section: universe/haskell
Installed-Size: 1634
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-acid-state
Version: 0.14.0-1build1
Provides: libghc-acid-state-prof-0.14.0-2bcf1
Depends: libghc-acid-state-dev (= 0.14.0-1build1), libghc-array-prof-0.5.1.0-960bf, libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-cereal-prof-0.4.1.1-e5a2d, libghc-containers-prof-0.5.6.2-59326, libghc-directory-prof-1.2.2.0-660a7, libghc-extensible-exceptions-prof-0.1.1.4-81599, libghc-filepath-prof-1.4.0.0-f97d1, libghc-mtl-prof-2.2.1-3af90, libghc-network-prof-2.6.2.1-25f4f, libghc-safecopy-prof-0.8.6-281a8, libghc-stm-prof-2.4.4.1-7050c, libghc-template-haskell-prof-2.10.0.0-3c4cb, libghc-unix-prof-2.7.1.0-bb54e
Filename: pool/universe/h/haskell-acid-state/libghc-acid-state-prof_0.14.0-1build1_amd64.deb
Size: 191606
MD5sum: 78afe6d731b1b169313b3c130908778e
SHA1: e822cf3d77ec35dba5002dd05a0de01b0e0b7d30
SHA256: 11f0e72042ae6ab241474e559c0b6a571aba8ddcb55a945bb483f98385750dcf
Description-en: Haskell database library with ACID guarantees - GHC profiling libraries; profiling 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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell. It obsoletes the package
haskell-happstack-state.
Description-md5: e49838a83deee7a5e49c9a51a45e33bc
Homepage: http://acid-state.seize.it/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu