How to Install and Uninstall perl-Retry.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "perl-Retry.noarch" package

Please follow the guidelines below to install perl-Retry.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Retry.noarch

2. Uninstall "perl-Retry.noarch" package

Learn how to uninstall perl-Retry.noarch on Fedora 34:

$ sudo dnf remove perl-Retry.noarch $ sudo dnf autoremove

3. Information about the perl-Retry.noarch package on Fedora 34

Last metadata expiration check: 5:32:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Retry
Version : 1.03
Release : 13.fc34
Architecture : noarch
Size : 13 k
Source : perl-Retry-1.03-13.fc34.src.rpm
Repository : fedora
Summary : Perl function wrapper providing exponential back-off and callbacks on failure
URL : https://metacpan.org/release/Retry
License : Artistic 2.0
Description : A one-feature module, this provides a method to wrap any function in
: automatic retry logic, with exponential back-off delays, and a callback
: for each time an attempt fails.