How to Install and Uninstall ruby-retryable Package on Kali Linux
Last updated: November 26,2024
1. Install "ruby-retryable" package
Please follow the instructions below to install ruby-retryable on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
ruby-retryable
Copied
2. Uninstall "ruby-retryable" package
This guide let you learn how to uninstall ruby-retryable on Kali Linux:
$
sudo apt remove
ruby-retryable
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the ruby-retryable package on Kali Linux
Package: ruby-retryable
Version: 3.0.5-1
Installed-Size: 31
Maintainer: Debian Ruby Team
Architecture: all
Size: 10248
SHA256: 4a10cf7444bb7274033ad4792b51d223366f8aedf8fcd76b5ccb6c94194b2e69
SHA1: 51f9a33b6c0cff4620f2e56b0ae4352f9e64e17c
MD5sum: 5a28c8ca9dc860b17b26ecfd8e031b55
Description: module that allows one to retry a code block
Runs a code block, and retries it when an exception occurs. It's great when
working with flakey webservices (for example).
.
It's configured using four optional parameters :tries, :on, :sleep, :matching,
:ensure, :exception_cb and runs the passed block. Should an exception occur,
it'll retry for (n-1) times.
.
Should the number of retries be reached without success, the last exception
will be raised.
Description-md5:
Homepage: https://github.com/nfedyashev/retryable
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-retryable/ruby-retryable_3.0.5-1_all.deb
Version: 3.0.5-1
Installed-Size: 31
Maintainer: Debian Ruby Team
Architecture: all
Size: 10248
SHA256: 4a10cf7444bb7274033ad4792b51d223366f8aedf8fcd76b5ccb6c94194b2e69
SHA1: 51f9a33b6c0cff4620f2e56b0ae4352f9e64e17c
MD5sum: 5a28c8ca9dc860b17b26ecfd8e031b55
Description: module that allows one to retry a code block
Runs a code block, and retries it when an exception occurs. It's great when
working with flakey webservices (for example).
.
It's configured using four optional parameters :tries, :on, :sleep, :matching,
:ensure, :exception_cb and runs the passed block. Should an exception occur,
it'll retry for (n-1) times.
.
Should the number of retries be reached without success, the last exception
will be raised.
Description-md5:
Homepage: https://github.com/nfedyashev/retryable
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-retryable/ruby-retryable_3.0.5-1_all.deb