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

Last updated: May 03,2024

1. Install "libghc-async-prof" package

Please follow the guidelines below to install libghc-async-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-async-prof" package

This guide let you learn how to uninstall libghc-async-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-async-prof
Priority: extra
Section: universe/haskell
Installed-Size: 316
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-async
Version: 2.0.2-4build1
Provides: libghc-async-prof-2.0.2-a8314
Depends: libghc-async-dev (= 2.0.2-4build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-stm-prof-2.4.4.1-7050c
Filename: pool/universe/h/haskell-async/libghc-async-prof_2.0.2-4build1_amd64.deb
Size: 34464
MD5sum: 375ccf1a0d9056762178f7b764a70924
SHA1: eb2ab47d53350227d55f362d7652d6d04c60c063
SHA256: 0fcf6198a671a0adfa86c25f653c1a47552a4dda8e4f54af12a2a5c7bde30052
Description-en: run IO operations asynchronously and wait for their results; profiling libs
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 libraries compiled with profiling enabled.
Description-md5: 2d447a945e1ec27fdf906a18a4095de9
Homepage: https://github.com/simonmar/async
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu