How to Install and Uninstall libghc-retry-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "libghc-retry-dev" package

This guide covers the steps necessary to install libghc-retry-dev on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libghc-retry-dev" package

In this section, we are going to explain the necessary steps to uninstall libghc-retry-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libghc-retry-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-retry-dev package on Ubuntu 21.10 (Impish Indri)

Package: libghc-retry-dev
Architecture: amd64
Version: 0.8.1.2-2build2
Priority: extra
Section: universe/haskell
Source: haskell-retry
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 515
Provides: libghc-retry-dev-0.8.1.2-51d31
Depends: libghc-base-dev-4.13.0.0-2f220, libghc-exceptions-dev-0.10.4-478d8, libghc-ghc-prim-dev-0.5.3-49209, libghc-random-dev-1.1-523a8, libghc-transformers-dev-0.5.6.2-59c2c, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-retry-doc, libghc-retry-prof
Filename: pool/universe/h/haskell-retry/libghc-retry-dev_0.8.1.2-2build2_amd64.deb
Size: 61344
MD5sum: 02985c9878f4fffe5127c77886c5b131
SHA1: c500c89c3dc9ed515878f68e9299ca0a258f6b4b
SHA256: dc09682f743cd356d72191120848089b586775be46fa6ebf0763944e737a5b3d
SHA512: 0ceeade92e422d96fdff9799b9f0f16fe2a253ad4dce03f0f5805272a88eaf4cf2d217d58bbc063036ae9a162bebc5623ef99de494a43dd2db327053e9c402d7
Homepage: https://github.com/Soostone/retry
Description-en: Retry combinators for monadic actions that may fail
This package exposes combinators that can wrap arbitrary monadic actions. They
run the action and potentially retry running it with some configurable delay
for a configurable number of times.
.
The purpose is to make it easier to work with IO and especially network IO
actions that often experience temporary failure and warrant retrying of the
original action. For example, a database query may time out for a while, in
which case we should hang back for a bit and retry the query instead of simply
raising an exception.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 4716386dc549aa1f6677960776c454e8
Ghc-Package: retry-0.8.1.2-F1lOMJ60PmD51criRGhVNn