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

Last updated: October 06,2024

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

Please follow the instructions below to install libghc-abstract-deque-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This is a short guide on how to uninstall libghc-abstract-deque-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-abstract-deque-doc
Priority: extra
Section: universe/doc
Installed-Size: 219
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-abstract-deque
Version: 0.3-5
Depends: haddock-interface-27
Recommends: ghc-doc
Filename: pool/universe/h/haskell-abstract-deque/libghc-abstract-deque-doc_0.3-5_all.deb
Size: 30158
MD5sum: e3154d1eb8235371b449aebdfc6b0f8f
SHA1: 6f31f3492892fd7031a00f112cf41f32fba5a679
SHA256: c2187a5ae673cbe0de8a101c8c6c432d21176f1beeb274234385d5c8c8fd08a5
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
Homepage: https://github.com/rrnewton/haskell-lockfree/wiki
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu