How to Install and Uninstall retry Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 04,2024

1. Install "retry" package

Please follow the instructions below to install retry on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install retry

2. Uninstall "retry" package

Please follow the instructions below to uninstall retry on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the retry package on Ubuntu 20.10 (Groovy Gorilla)

Package: retry
Architecture: amd64
Version: 1.0.4-1
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Joao Eriberto Mota Filho
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 40
Depends: libc6 (>= 2.16)
Filename: pool/universe/r/retry/retry_1.0.4-1_amd64.deb
Size: 9356
MD5sum: b2aae10d124123a1e432e0f397df76bc
SHA1: 0f1658e27978ebf0ce8378b27fe0b1042ad3fcbd
SHA256: 63a014e0a88065b4e3820d0f7d4d4896832d48bd3c376759923d48fd3972d1d3
SHA512: f42f61d387545e61aecd06c103ccdd1f311e6358d197a445ff1d93e2c1fe01b00ff55a47fcb17982cecf1b38c3a05f5fe1c151eb610f8a4e90095010de3f3c63
Homepage: https://github.com/minfrin/retry
Description-en: 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: 4d6b8c2833b40add90bc20cc2db07725