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

Last updated: April 30,2024

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

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

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

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

Please follow the instructions below to uninstall libghc-auto-update-prof on Kali Linux:

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

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

Package: libghc-auto-update-prof
Source: haskell-auto-update (0.1.6-3)
Version: 0.1.6-3+b1
Installed-Size: 249
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-auto-update-prof-0.1.6-82bc5
Depends: libghc-auto-update-dev (= 0.1.6-3+b1), libghc-base-prof-4.17.2.0-68dfe
Size: 38544
SHA256: b15d8a091bfe9f12cea20df6898f4a698212da83382b542b505ed62ee4ed8cf6
SHA1: 0bb12059cd8e4c4ca4d62cee7664ff135758f27a
MD5sum: 9267e8e5b33a1c16b0e6b386b46b98ef
Description: efficiently run periodic, on-demand actions; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/yesodweb/wai
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-auto-update/libghc-auto-update-prof_0.1.6-3+b1_amd64.deb