How to Install and Uninstall libghc-auto-update-doc Package on Kali Linux

Last updated: May 19,2024

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

Here is a brief guide to show you how to install libghc-auto-update-doc on Kali Linux

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

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

Here is a brief guide to show you how to uninstall libghc-auto-update-doc on Kali Linux:

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

3. Information about the libghc-auto-update-doc package on Kali Linux

Package: libghc-auto-update-doc
Source: haskell-auto-update
Version: 0.1.6-3
Installed-Size: 405
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-auto-update-dev, libjs-mathjax
Suggests: libghc-auto-update-prof
Size: 58368
SHA256: 38d2b6433c2687bd9b36f350fba948515c10c939bb67833954a236f22d1419d9
SHA1: 523087290fcb7ac8e78c3399b84d4edb7f964551
MD5sum: 14bc3f452b550643e98680f7dc049f69
Description: efficiently run periodic, on-demand actions; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/yesodweb/wai
Section: doc
Priority: optional
Filename: pool/main/h/haskell-auto-update/libghc-auto-update-doc_0.1.6-3_all.deb