How to Install and Uninstall libghc-abstract-deque-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libghc-abstract-deque-dev" package

Please follow the step by step instructions below to install libghc-abstract-deque-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libghc-abstract-deque-dev

2. Uninstall "libghc-abstract-deque-dev" package

Learn how to uninstall libghc-abstract-deque-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libghc-abstract-deque-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-abstract-deque-dev package on Ubuntu 21.10 (Impish Indri)

Package: libghc-abstract-deque-dev
Architecture: amd64
Version: 0.3-10build2
Priority: extra
Section: universe/haskell
Source: haskell-abstract-deque
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 310
Provides: libghc-abstract-deque-dev-0.3-4ba06
Depends: libghc-array-dev-0.5.4.0-ddbb2, libghc-base-dev-4.13.0.0-2f220, libghc-containers-dev-0.6.2.1-ab1cf, libghc-random-dev-1.1-523a8, libghc-time-dev-1.9.3-1ee94, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-abstract-deque-doc, libghc-abstract-deque-prof
Filename: pool/universe/h/haskell-abstract-deque/libghc-abstract-deque-dev_0.3-10build2_amd64.deb
Size: 35968
MD5sum: c09a5d5d267ee7133f736f2eff600278
SHA1: d008566e1594586d2231d33667bca70100489658
SHA256: 0d5f336aa460a91569ba4349598b6f6b0a6565758337ddee14d90a69e549537a
SHA512: 4c17c567d47e093ef4ea0824eccade1d93a01a0ae2639857702011d85b73bf10635aaf257fefd2c8a520e329f2fc78cb2d5b020b4fada759ac1818c75ebafa3d
Homepage: https://github.com/rrnewton/haskell-lockfree/wiki
Description-en: abstract, parameterized interface to mutable Deques
An abstract interface to highly-parameterizable queues/deques.
.
Background: There exists a feature space for queues that extends between:
* simple, single-ended, non-concurrent, bounded queues
* double-ended, threadsafe, growable queues
with important points inbetween (such as the queues used for
work-stealing).
.
This package includes an interface for Deques that allows the
programmer to use a single API for all of the above, while using
the type-system to select an efficient implementation given the
requirements (using type families).
.
This package also includes a simple reference implementation based
on IORef and Data.Sequence.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: b99b06b4817514d0dd3bca38bacee0c9
Ghc-Package: abstract-deque-0.3-FTnS8wTujaVGP7qLGvZg2E