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

Last updated: May 22,2024

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

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

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

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

This tutorial shows how to uninstall libghc-auto-update-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-auto-update-dev
Priority: extra
Section: universe/haskell
Installed-Size: 174
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-auto-update
Version: 0.1.3-1
Provides: libghc-auto-update-dev-0.1.3-8df06
Depends: libghc-base-dev-4.8.2.0-0d6d1, libc6 (>= 2.2.5)
Suggests: libghc-auto-update-doc, libghc-auto-update-prof
Filename: pool/universe/h/haskell-auto-update/libghc-auto-update-dev_0.1.3-1_amd64.deb
Size: 23992
MD5sum: c4e39c63d8e63570c5fdfd0d751b16ca
SHA1: e3f8eb009a426781fbb4478596c19ea8a587ce76
SHA256: f3606e407cf9d0ba99966d3bf647d96d08fdb7d9a80dd77ae3f4c25f77caa563
Description-en: Efficiently run periodic, on-demand actions
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.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: ac96b6250feb3b4bdb2aef2d1f2a2417
Homepage: https://github.com/yesodweb/wai
Ghc-Package: auto-update-0.1.3-8df066c3566106d1ce6550fbd4ac289a
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu