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

Last updated: May 14,2024

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

This guide covers the steps necessary to install libghc-auto-update-dev on Kali Linux

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

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

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

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

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

Package: libghc-auto-update-dev
Source: haskell-auto-update (0.1.6-3)
Version: 0.1.6-3+b1
Installed-Size: 292
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-auto-update-dev-0.1.6-82bc5
Depends: libghc-base-dev-4.17.2.0-68dfe, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 43484
SHA256: e94a8a155820e9e0968e044673ced37e3275d4320dbe7f41393445450a1bd825
SHA1: 0e93c78d3bf665199d80bfbb5e79075745f7142e
MD5sum: 766ca38837fd83e31780beef96a30775
Description: 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:
Homepage: https://github.com/yesodweb/wai
Ghc-Package: auto-update-0.1.6-KWXusmyBOlPJNN5shLt5Bc
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-auto-update/libghc-auto-update-dev_0.1.6-3+b1_amd64.deb