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

Last updated: April 30,2024

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

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

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

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

This guide covers the steps necessary to uninstall libghc-auto-update-prof on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: libghc-auto-update-prof
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: 248
Provides: libghc-auto-update-prof-0.1.6-b1f9e
Depends: libghc-auto-update-dev (= 0.1.6-1build1), libghc-base-prof-4.13.0.0-c9705
Filename: pool/universe/h/haskell-auto-update/libghc-auto-update-prof_0.1.6-1build1_amd64.deb
Size: 32584
MD5sum: b1d432fcaaa9aae4897c4f8fb98edbe8
SHA1: 8c61fe8fdca74f1e0a57e9c13050eb696ca15354
SHA256: 8ad5dc5f282afaf785ef4ed282e6cc6f01b8d8833e5dbe4e7d0132ed6308d759
SHA512: 3aad60e421abfbb084f381093a8bc5a699036906934b865f74d80bf577c3f4d9dde7b3c2803c215445ad1dcec2bbe804a970296476fa448bbfcd8fe8a9fae46d
Homepage: https://github.com/yesodweb/wai
Description-en: 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: c4301e4ada1c08b6ad3ed80f617f35d0