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

Last updated: May 18,2024

1. Install "libghc-psqueue-doc" package

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

$ sudo apt update $ sudo apt install libghc-psqueue-doc

2. Uninstall "libghc-psqueue-doc" package

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

$ sudo apt remove libghc-psqueue-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-psqueue-doc
Priority: extra
Section: universe/doc
Installed-Size: 265
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-psqueue
Version: 1.1-8
Depends: haddock-interface-27
Recommends: ghc-doc
Filename: pool/universe/h/haskell-psqueue/libghc-psqueue-doc_1.1-8_all.deb
Size: 28042
MD5sum: ed5bd020ef74c4fcf8261f52d85c346f
SHA1: 41fee02ff21c1e446a5e3e2ba144e2b2578dfffb
SHA256: eb2b25d033cbf9821fc49924f338b5539c5c34df220e97e46e881b54fdb50ded
Description-en: Priority Search Queue; documentation
A /priority search queue/ efficiently supports the
opperations of both a search tree and a priority queue. A
'Binding' is a product of a key and a priority. Bindings
can be inserted, deleted, modified and queried in
logarithmic time, and the binding with the least priority
can be retrieved in constant time. A queue can be built
from a list of bindings, sorted by keys, in linear time.
.
This package contains the documentation files.
Description-md5: a8f5b1c07c0222236f02a1b0a396ed78
Homepage: http://hackage.haskell.org/package/PSQueue
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu