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

Last updated: May 03,2024

1. Install "libghc-async-dev" package

Please follow the step by step instructions below to install libghc-async-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-async-dev" package

Please follow the steps below to uninstall libghc-async-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-async-dev
Priority: extra
Section: universe/haskell
Installed-Size: 387
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-async
Version: 2.0.2-4build1
Provides: libghc-async-dev-2.0.2-a8314
Depends: libc6 (>= 2.2.5), libghc-base-dev-4.8.2.0-0d6d1, libghc-stm-dev-2.4.4.1-7050c
Suggests: libghc-async-doc, libghc-async-prof
Filename: pool/universe/h/haskell-async/libghc-async-dev_2.0.2-4build1_amd64.deb
Size: 41722
MD5sum: 5f3602d8e32ed1413d0df8d5c028ef62
SHA1: bf93df6aa419ede91648062dece69b5b4c6e3bdb
SHA256: 2753f8c4ba97017a86483c894f76b304638dfbde1d280c11bb863f39841cc9d3
Description-en: run IO operations asynchronously and wait for their results
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 normal library files.
Description-md5: c1e68b8b7bb800fcb59b52a72e1b444a
Homepage: https://github.com/simonmar/async
Ghc-Package: async-2.0.2-a831412d1c1f2d2e26f26bb4545c7372
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu