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

Last updated: May 21,2024

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

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

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

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

Please follow the guidance below to uninstall libghc-abstract-deque-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-abstract-deque-prof
Priority: extra
Section: universe/haskell
Installed-Size: 161
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-abstract-deque
Version: 0.3-5
Provides: libghc-abstract-deque-prof-0.3-51ba5
Depends: libghc-abstract-deque-dev (= 0.3-5), libghc-array-prof-0.5.1.0-960bf, libghc-base-prof-4.8.2.0-0d6d1, libghc-containers-prof-0.5.6.2-59326, libghc-random-prof-1.1-c46cc, libghc-time-prof-1.5.0.1-1b9a5
Filename: pool/universe/h/haskell-abstract-deque/libghc-abstract-deque-prof_0.3-5_amd64.deb
Size: 21296
MD5sum: 5d7bfd43a60120410db34b5a59018a2e
SHA1: 3ef433416560a36b41bba7002991a0b276c4b765
SHA256: 6bb7ac95e101116b9c1d721138c5a31723a604530b25a6de0d06e81e91eecc8b
Description-en: abstract, parameterized interface to mutable Deques; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 2a6a720ddc03ddf4c42bec9fc346f116
Homepage: https://github.com/rrnewton/haskell-lockfree/wiki
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu