How to Install and Uninstall libghc-auto-update-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

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

Please follow the steps below to install libghc-auto-update-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

This guide covers the steps necessary to uninstall libghc-auto-update-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libghc-auto-update-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-auto-update-dev
Architecture: amd64
Version: 0.1.6-1build2
Priority: extra
Section: universe/haskell
Source: haskell-auto-update
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 315
Provides: libghc-auto-update-dev-0.1.6-5b989
Depends: libghc-base-dev-4.13.0.0-2f220, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-auto-update-doc, libghc-auto-update-prof
Filename: pool/universe/h/haskell-auto-update/libghc-auto-update-dev_0.1.6-1build2_amd64.deb
Size: 39340
MD5sum: 9914ce8c2a57419c2716cef5bd1e988a
SHA1: 87e95a695c02249c81634bf8f25c0813cb0ea814
SHA256: 6ff5abaca97bf6f6d254a6c4fabb0c34042f86d025adc6e7b43141506076a88b
SHA512: d62cf1d4232bc35791254b7c47a7152023e7b2083ac8524de93380e926bb239b44c38660a16d3da0ef53f3b9dd5f4d27f4428f06f7f0d89df7deda98ffa0c5ce
Homepage: https://github.com/yesodweb/wai
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: 4a7da49a7bfd629a8f059f95401ed3f7
Ghc-Package: auto-update-0.1.6-4jmXkPlBjcnF1FLsvY2uFl