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

Last updated: April 30,2024

1. Install "libghc-auto-update-prof" package

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

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

2. Uninstall "libghc-auto-update-prof" package

Learn how to uninstall libghc-auto-update-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-auto-update-prof $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-auto-update-prof
Priority: extra
Section: universe/haskell
Installed-Size: 133
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-auto-update
Version: 0.1.3-1
Provides: libghc-auto-update-prof-0.1.3-8df06
Depends: libghc-auto-update-dev (= 0.1.3-1), libghc-base-prof-4.8.2.0-0d6d1
Filename: pool/universe/h/haskell-auto-update/libghc-auto-update-prof_0.1.3-1_amd64.deb
Size: 19864
MD5sum: 9a2ee1ed5f950cd79606a0effc5391fe
SHA1: a3715b7a10602229367e22fd268097a7f8754e16
SHA256: 91cc1351431dcaa70f823e13eed0a70b3e1201c716a067d4a27dcb4c5fce9e7f
Description-en: Efficiently run periodic, on-demand actions; profiling libraries
A common problem is the desire to have an action run at a scheduled interval,
but only if it is needed. For example, instead of having every web request
result in a new getCurrentTime call, we'd like to have a single worker
thread run every second, updating an IORef. However, if the request
frequency is less than once per second, this is a pessimization, and worse,
kills idle GC.
.
This library allows you to define actions which will either be performed by a
dedicated thread or, in times of low volume, will be executed by the calling
thread.
.
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: 2b789334c04bfdf05362e99f1c9fc1f0
Homepage: https://github.com/yesodweb/wai
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu