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

Last updated: May 18,2024

1. Install "libghc-retry-prof" package

Please follow the guidance below to install libghc-retry-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-retry-prof" package

Here is a brief guide to show you how to uninstall libghc-retry-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-retry-prof
Priority: extra
Section: universe/haskell
Installed-Size: 235
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-retry
Version: 0.7.0.1-1build1
Provides: libghc-retry-prof-0.7.0.1-a2b08
Depends: libghc-retry-dev (= 0.7.0.1-1build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-data-default-class-prof-0.0.1-fcbab, libghc-exceptions-prof-0.8.0.2-36aed, libghc-random-prof-1.1-c46cc, libghc-transformers-prof-0.4.2.0-81450
Filename: pool/universe/h/haskell-retry/libghc-retry-prof_0.7.0.1-1build1_amd64.deb
Size: 32196
MD5sum: 6b692c0d9fa39718738e6896b6892ff9
SHA1: 3801e2e0e67b34063481978571d20f17b6486453
SHA256: abd103325f1edcb608d29eef40ac6137b947ef26b3b32e48d61165dc14591ed0
Description-en: Retry combinators for monadic actions that may fail; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 65f215eb9a29e118eed6866a4fb96580
Homepage: http://github.com/Soostone/retry
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu