How to Install and Uninstall retry Package on Kali Linux

Last updated: May 04,2024

1. Install "retry" package

This guide let you learn how to install retry on Kali Linux

$ sudo apt update $ sudo apt install retry

2. Uninstall "retry" package

This tutorial shows how to uninstall retry on Kali Linux:

$ sudo apt remove retry $ sudo apt autoclean && sudo apt autoremove

3. Information about the retry package on Kali Linux

Package: retry
Version: 1.0.5-3
Installed-Size: 37
Maintainer: Joao Eriberto Mota Filho
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 10608
SHA256: 11b39ab811ff7e81b8cbaa4e9c3939fea3cd9f04763f9124bf9b5768d777b8a5
SHA1: b5b6d0734a4af8932e5f000228c3b38b4694c034
MD5sum: 36174f4ee298e22ba10843305faa7b77
Description: Retry a command until the command succeeds
Retry captures stdin into memory as the data is passed to the repeated
command, and this captured stdin is then replayed should the command be
repeated. This makes it possible to embed the retry tool into shell
pipelines.
.
Retry captures stdout into memory, and if the command was successful stdout
is passed on to stdout as normal, while if the command was repeated stdout
is passed to stderr instead. This ensures that output is passed to stdout
once and once only.
Description-md5:
Homepage: https://github.com/minfrin/retry
Section: utils
Priority: optional
Filename: pool/main/r/retry/retry_1.0.5-3_amd64.deb