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

Last updated: November 23,2024

1. Install "libghc-psqueue-dev" package

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

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

2. Uninstall "libghc-psqueue-dev" package

Learn how to uninstall libghc-psqueue-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-psqueue-dev
Priority: extra
Section: universe/haskell
Installed-Size: 513
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-psqueue
Version: 1.1-8
Provides: libghc-psqueue-dev-1.1-f07cf
Depends: libc6 (>= 2.2.5), libghc-base-dev-4.8.2.0-0d6d1
Suggests: libghc-psqueue-doc, libghc-psqueue-prof
Filename: pool/universe/h/haskell-psqueue/libghc-psqueue-dev_1.1-8_amd64.deb
Size: 57450
MD5sum: ce4ba69557348de90864e0e9d49620f0
SHA1: 300df5dbfbac532f9e76431dcf26a519461a20c1
SHA256: 6668dfe27941bb71e2adf2cef2e3c6638b882179ae298b1b9e50d325546f31a8
Description-en: Priority Search Queue
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 normal library files.
Description-md5: c1c5e2364f2e7887e6e9c659e36fa6b4
Homepage: http://hackage.haskell.org/package/PSQueue
Ghc-Package: PSQueue-1.1-f07cf148ddf940d6268136ed4174b983
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu