How to Install and Uninstall libghc-retry-prof Package on Kali Linux

Last updated: May 10,2024

1. Install "libghc-retry-prof" package

In this section, we are going to explain the necessary steps to install libghc-retry-prof on Kali Linux

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

2. Uninstall "libghc-retry-prof" package

This tutorial shows how to uninstall libghc-retry-prof on Kali Linux:

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

3. Information about the libghc-retry-prof package on Kali Linux

Package: libghc-retry-prof
Source: haskell-retry (0.9.3.1-1)
Version: 0.9.3.1-1+b1
Installed-Size: 518
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-retry-prof-0.9.3.1-86b5d
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-exceptions-prof-0.10.5-3dbf4, libghc-ghc-prim-prof-0.9.1-ca9fc, libghc-mtl-prof-2.2.2-6f39a, libghc-random-prof-1.2.1.1-68746, libghc-retry-dev (= 0.9.3.1-1+b1), libghc-transformers-prof-0.5.6.2-931c3, libghc-unliftio-core-prof-0.2.1.0-8678b
Size: 71384
SHA256: cecb000a78119a4af1c64de2d8b7c9fa5ab7e95972781b33a6df2a635cb78a9d
SHA1: d2dc29aab7b40fd7c5a8a0d67263048e19a33cf4
MD5sum: 100ec385cdd209907ed0bc4e6742434b
Description: 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:
Homepage: https://github.com/Soostone/retry
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-retry/libghc-retry-prof_0.9.3.1-1+b1_amd64.deb