How to Install and Uninstall node-retry Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "node-retry" package

Here is a brief guide to show you how to install node-retry on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-retry

2. Uninstall "node-retry" package

Here is a brief guide to show you how to uninstall node-retry on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the node-retry package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-retry
Priority: extra
Section: universe/web
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.6.0-1
Depends: nodejs
Filename: pool/universe/n/node-retry/node-retry_0.6.0-1_all.deb
Size: 6172
MD5sum: f00738e29ae2310d7031b9a652127fa7
SHA1: 96958103884c8df1584d1a35cc4b58dda8a8e519
SHA256: 7cb2e443b42434e6eaf6717f6245803f5b8ffa6069019385429ac2542c284436
Description-en: Retry strategies for failed operations module for Node.js
node-retry abstracts exponential and custom retry strategies for failed
operations. Its parameters are the number of retries, exponential
factor, minimum and maximum (randomized) timeouts.
.
Node.js is an event-based server-side javascript engine.
Description-md5: 876b72fc141ade5b3d1db75b3d5dfc60
Homepage: https://github.com/tim-kos/node-retry
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu