How to Install and Uninstall libghc-abstract-deque-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 19,2024

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

Please follow the step by step instructions below to install libghc-abstract-deque-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

This guide let you learn how to uninstall libghc-abstract-deque-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-abstract-deque-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-abstract-deque-dev
Architecture: amd64
Version: 0.3-10build1
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: 309
Provides: libghc-abstract-deque-dev-0.3-69e2f
Depends: libghc-array-dev-0.5.4.0-4a8d7, libghc-base-dev-4.13.0.0-c9705, libghc-containers-dev-0.6.2.1-b8f3d, libghc-random-dev-1.1-04308, libghc-time-dev-1.9.3-a9e1f, 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-10build1_amd64.deb
Size: 35952
MD5sum: dd4e68f9487c5681accdd2a1541b0cae
SHA1: 3e0d60cd303f3edbc0e5a2dc22e9a5fef0438e38
SHA256: 0d88e65f9031dd7118330cde0f0625f127bcf1637c3f5dc29741abd216a5b0eb
SHA512: b30a2921ca44b60c68e81b83e0562dd07626f4a033a5e4b43395d001a9f1a8707712d7acdf963eee9171369809a9eb6affeca380b3f2d1e58d2706c90cb52845
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