How to Install and Uninstall libghc-acid-state-dev Package on Ubuntu 21.04 (Hirsute Hippo)
Last updated: November 05,2024
1. Install "libghc-acid-state-dev" package
This is a short guide on how to install libghc-acid-state-dev on Ubuntu 21.04 (Hirsute Hippo)
$
sudo apt update
Copied
$
sudo apt install
libghc-acid-state-dev
Copied
2. Uninstall "libghc-acid-state-dev" package
This tutorial shows how to uninstall libghc-acid-state-dev on Ubuntu 21.04 (Hirsute Hippo):
$
sudo apt remove
libghc-acid-state-dev
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libghc-acid-state-dev package on Ubuntu 21.04 (Hirsute Hippo)
Package: libghc-acid-state-dev
Architecture: amd64
Version: 0.16.0.1-1build3
Priority: extra
Section: universe/haskell
Source: haskell-acid-state
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2716
Provides: libghc-acid-state-dev-0.16.0.1-ecdd9
Depends: libghc-array-dev-0.5.4.0-ddbb2, libghc-base-dev-4.13.0.0-2f220, libghc-bytestring-dev-0.10.10.1-c40ee, libghc-cereal-dev-0.5.8.1-61932, libghc-containers-dev-0.6.2.1-ab1cf, libghc-directory-dev-1.3.6.0-49fdf, libghc-filelock-dev-0.1.1.5-f35f1, libghc-filepath-dev-1.4.2.1-103b6, libghc-mtl-dev-2.2.2-7208c, libghc-network-dev-3.1.1.1-464ab, libghc-network-bsd-dev-2.8.1.0-5a202, libghc-safecopy-dev-0.10.3-5d96f, libghc-stm-dev-2.5.0.0-28cfe, libghc-template-haskell-dev-2.15.0.0-80f0d, libghc-th-expand-syns-dev-0.4.6.0-81c3f, libghc-unix-dev-2.7.2.2-bb33f, libc6 (>= 2.14), libgmp10
Suggests: libghc-acid-state-doc, libghc-acid-state-prof
Filename: pool/universe/h/haskell-acid-state/libghc-acid-state-dev_0.16.0.1-1build3_amd64.deb
Size: 292984
MD5sum: 67be50ff647d9cc4a40161230419737f
SHA1: e65dc84523b955b0043dcc24e0cb11d86451e5e1
SHA256: d8752d651b6b02eccd7f9fee306104c7063870674a27f3a502fb53e6244a252d
SHA512: 724c40f47f87fb626be14c7aaff1d25399b2771a4e24aa797bb83c805dbc4b645b003143381449b7496b1fe6a2b8e8ccb7c2c2662eea5f940b7492e2e88d1093
Homepage: https://github.com/acid-state/acid-state
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
Ghc-Package: acid-state-0.16.0.1-JWwW7c38VVAI8gd1L7LHN7
Architecture: amd64
Version: 0.16.0.1-1build3
Priority: extra
Section: universe/haskell
Source: haskell-acid-state
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2716
Provides: libghc-acid-state-dev-0.16.0.1-ecdd9
Depends: libghc-array-dev-0.5.4.0-ddbb2, libghc-base-dev-4.13.0.0-2f220, libghc-bytestring-dev-0.10.10.1-c40ee, libghc-cereal-dev-0.5.8.1-61932, libghc-containers-dev-0.6.2.1-ab1cf, libghc-directory-dev-1.3.6.0-49fdf, libghc-filelock-dev-0.1.1.5-f35f1, libghc-filepath-dev-1.4.2.1-103b6, libghc-mtl-dev-2.2.2-7208c, libghc-network-dev-3.1.1.1-464ab, libghc-network-bsd-dev-2.8.1.0-5a202, libghc-safecopy-dev-0.10.3-5d96f, libghc-stm-dev-2.5.0.0-28cfe, libghc-template-haskell-dev-2.15.0.0-80f0d, libghc-th-expand-syns-dev-0.4.6.0-81c3f, libghc-unix-dev-2.7.2.2-bb33f, libc6 (>= 2.14), libgmp10
Suggests: libghc-acid-state-doc, libghc-acid-state-prof
Filename: pool/universe/h/haskell-acid-state/libghc-acid-state-dev_0.16.0.1-1build3_amd64.deb
Size: 292984
MD5sum: 67be50ff647d9cc4a40161230419737f
SHA1: e65dc84523b955b0043dcc24e0cb11d86451e5e1
SHA256: d8752d651b6b02eccd7f9fee306104c7063870674a27f3a502fb53e6244a252d
SHA512: 724c40f47f87fb626be14c7aaff1d25399b2771a4e24aa797bb83c805dbc4b645b003143381449b7496b1fe6a2b8e8ccb7c2c2662eea5f940b7492e2e88d1093
Homepage: https://github.com/acid-state/acid-state
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
Ghc-Package: acid-state-0.16.0.1-JWwW7c38VVAI8gd1L7LHN7