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

Last updated: May 21,2024

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

This is a short guide on how to install libghc-abstract-deque-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Here is a brief guide to show you how to uninstall libghc-abstract-deque-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-abstract-deque-dev
Priority: extra
Section: universe/haskell
Installed-Size: 215
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-abstract-deque
Version: 0.3-5
Provides: libghc-abstract-deque-dev-0.3-51ba5
Depends: libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-random-dev-1.1-c46cc, libghc-time-dev-1.5.0.1-1b9a5, libc6 (>= 2.2.5)
Suggests: libghc-abstract-deque-doc, libghc-abstract-deque-prof
Filename: pool/universe/h/haskell-abstract-deque/libghc-abstract-deque-dev_0.3-5_amd64.deb
Size: 26176
MD5sum: 570a4323d9686b4a8a4255577291167d
SHA1: cf15752788989c18400334fb6a886f0a0b0d61de
SHA256: 6aa9e0977a0dd83d6361fd819786d8d1973a498630767abf98d32a201434d684
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
Homepage: https://github.com/rrnewton/haskell-lockfree/wiki
Ghc-Package: abstract-deque-0.3-51ba52160d1146fa3d715ae78033d612
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu