How to Install and Uninstall ghc-retry Package on openSUSE Leap

Last updated: December 25,2024

1. Install "ghc-retry" package

In this section, we are going to explain the necessary steps to install ghc-retry on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-retry

2. Uninstall "ghc-retry" package

Learn how to uninstall ghc-retry on openSUSE Leap:

$ sudo zypper remove ghc-retry

3. Information about the ghc-retry package on openSUSE Leap

Information for package ghc-retry:
----------------------------------
Repository : Main Repository
Name : ghc-retry
Version : 0.9.1.0-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 132.6 KiB
Installed : No
Status : not installed
Source package : ghc-retry-0.9.1.0-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/retry
Summary : Retry combinators for monadic actions that may fail
Description :
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.

5. The same packages on other Linux Distributions