How to Install and Uninstall libghc-retry-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libghc-retry-dev" package

This guide let you learn how to install libghc-retry-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-retry-dev" package

Learn how to uninstall libghc-retry-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libghc-retry-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-retry-dev
Priority: extra
Section: universe/haskell
Installed-Size: 285
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-retry
Version: 0.7.0.1-1build1
Provides: libghc-retry-dev-0.7.0.1-a2b08
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-data-default-class-dev-0.0.1-fcbab, libghc-exceptions-dev-0.8.0.2-36aed, libghc-random-dev-1.1-c46cc, libghc-transformers-dev-0.4.2.0-81450, libc6 (>= 2.2.5)
Suggests: libghc-retry-doc, libghc-retry-prof
Filename: pool/universe/h/haskell-retry/libghc-retry-dev_0.7.0.1-1build1_amd64.deb
Size: 38156
MD5sum: 316b21c0507077c918913c6c7b125d3c
SHA1: 2e3bf93b1cd2f6892456bf78263d782d267b21d2
SHA256: b5840099cecdfcb94338a7e5b753a4d87db45c9b571309fd3f7b6471c5e00030
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
Homepage: http://github.com/Soostone/retry
Ghc-Package: retry-0.7.0.1-a2b0817dee5fd1f693e0e9c23e2e1af7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu