How to Install and Uninstall retry Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 04,2024

1. Install "retry" package

This tutorial shows how to install retry on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install retry

2. Uninstall "retry" package

Please follow the instructions below to uninstall retry on Ubuntu 21.10 (Impish Indri):

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

3. Information about the retry package on Ubuntu 21.10 (Impish Indri)

Package: retry
Architecture: amd64
Version: 1.0.4-2
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-2_amd64.deb
Size: 9508
MD5sum: 20a2e9b2b376681e7e5687a20101ed80
SHA1: 052f6c1f4221f350039adee9810ad8208e756851
SHA256: 2fc4e739d4161453d7d2b3dd58061460693a4f740d69443554d332fd147c1a4f
SHA512: 544eeddbedf5cd78c0c0a9e8f60bf30673d46543b8ae4282104381c6f80d6231374eb1067d7ef350f12d7b0cc3c9134fd011e09549989223b363b33f6337fe6b
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