How to Install and Uninstall libghc-auto-update-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

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

Please follow the instructions below to install libghc-auto-update-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the step by step instructions below to uninstall libghc-auto-update-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-auto-update-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-auto-update-dev
Architecture: amd64
Version: 0.1.6-1build1
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-b1f9e
Depends: libghc-base-dev-4.13.0.0-c9705, 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-1build1_amd64.deb
Size: 39336
MD5sum: ec336404c7e8fa2e738addb3a143bfb2
SHA1: 67c68163628848a43721dd1f74d69d5e144a5527
SHA256: d6bd4f89323707b5e55b064a282d144bb82c6fcea3bd081735fc76fb0d35382a
SHA512: 369ddbe45ab818cadc2b6b1010cf49f4ee247bc3e970bf3188005335c2e07afe665cc82b5365c4ba0dfd428c94420b4872fe29468aee76261a8677fbf45c2d81
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