How to Install and Uninstall libghc-auto-update-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

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

This is a short guide on how to install libghc-auto-update-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidance below to uninstall libghc-auto-update-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libghc-auto-update-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-auto-update-doc
Priority: extra
Section: universe/doc
Installed-Size: 183
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-auto-update
Version: 0.1.3-1
Depends: haddock-interface-27
Recommends: ghc-doc
Filename: pool/universe/h/haskell-auto-update/libghc-auto-update-doc_0.1.3-1_all.deb
Size: 27270
MD5sum: 3569dc9fe1f14ac2e52344826b47f1ef
SHA1: 7c3f217733978708c737e2288c5077684198dffe
SHA256: 1ce1374419d7ba9e58f77621c4855dfbe2e461ccc69ed855dac2b7b6e633807e
Description-en: 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: 1f2938c6d369689f772fe8e1727545ec
Homepage: https://github.com/yesodweb/wai
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu