How to Install and Uninstall ruby-faraday-retry Package on Kali Linux

Last updated: June 16,2024

1. Install "ruby-faraday-retry" package

Please follow the guidance below to install ruby-faraday-retry on Kali Linux

$ sudo apt update $ sudo apt install ruby-faraday-retry

2. Uninstall "ruby-faraday-retry" package

This guide let you learn how to uninstall ruby-faraday-retry on Kali Linux:

$ sudo apt remove ruby-faraday-retry $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-faraday-retry package on Kali Linux

Package: ruby-faraday-retry
Version: 2.2.0-2
Installed-Size: 36
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-faraday (>= 2.0)
Size: 10028
SHA256: bfc0f55a379f618accc2edd1b9de3908417ada9d4adc90e1348e4d9db4ea0786
SHA1: 0f5090a6f536ce854b500e1287a33b12b3206d57
MD5sum: 3b46c62e1b3bcf4f1e5717990cfb44b1
Description: Catches exceptions and retries each request a limited number of times
The Retry middleware for faraday automatically retries requests that fail due
to intermittent client or server errors (such as network hiccups).
.
By default, it retries 2 times and handles only timeout exceptions. It can be
configured with an arbitrary number of retries, a list of exceptions to handle
, a retry interval, a percentage of randomness to add to the retry interval,
and a backoff factor.
.
The middleware can also handle the Retry-After header automatically when
configured with the right status codes (see docs for an example).
Description-md5:
Homepage: https://github.com/lostisland/faraday-retry
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-faraday-retry/ruby-faraday-retry_2.2.0-2_all.deb