How to Install and Uninstall libghc-abstract-deque-doc Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

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

Learn how to install libghc-abstract-deque-doc on Ubuntu 21.04 (Hirsute Hippo)

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

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

Please follow the step by step instructions below to uninstall libghc-abstract-deque-doc on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libghc-abstract-deque-doc package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-abstract-deque-doc
Architecture: all
Version: 0.3-10build2
Priority: extra
Section: universe/doc
Source: haskell-abstract-deque
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 346
Depends: haddock-interface-35
Recommends: libjs-mathjax
Filename: pool/universe/h/haskell-abstract-deque/libghc-abstract-deque-doc_0.3-10build2_all.deb
Size: 43356
MD5sum: 94b64817a52926958a4cbf528cac8d7f
SHA1: e35105e0991660cdc1bdf02f17b9ca03683f025b
SHA256: 6e23fd6dec1da4e456a9d0eb7ff76d14f2c40ea69ed71071cfe8b611f22c53e3
SHA512: 1e6fa378a76fec857aa578f8c5a490f3990d6191ad822be332a4a1743531c90ab78d36aaab273d22203f0530fe76098a74dceb0d22c49eb083fa0302e0f5cd28
Homepage: https://github.com/rrnewton/haskell-lockfree/wiki
Description-en: abstract, parameterized interface to mutable Deques; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 9303a3c42e58e97a2fa323cbc9a902a2