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

Last updated: May 03,2024

1. Install "libghc-async-doc" package

This guide covers the steps necessary to install libghc-async-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-async-doc" package

Learn how to uninstall libghc-async-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-async-doc
Priority: extra
Section: universe/doc
Installed-Size: 269
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-async
Version: 2.0.2-4build1
Depends: haddock-interface-27
Recommends: ghc-doc
Filename: pool/universe/h/haskell-async/libghc-async-doc_2.0.2-4build1_all.deb
Size: 32680
MD5sum: 6dc4c8f4b3a8adcbcbe008e9bd2928f7
SHA1: d27b14a782679f4ce426cb516d658bebc028ac55
SHA256: 2933ed461172ac376e52d4d93ab01b21de5fec01f8fc695f9da7bab2704511c2
Description-en: run IO operations asynchronously and wait for their results; documentation
This package provides a higher-level interface over
threads, in which an (Async a) is a concurrent
thread that will eventually deliver a value of
type a. The package provides ways to create
Async computations, wait for their results, and
cancel them.
.
This package contains the documentation files.
Description-md5: 0e9d1b284a5d486ff7e2e3c613f54a1d
Homepage: https://github.com/simonmar/async
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu