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

Last updated: April 28,2024

1. Install "perl-Retry.noarch" package

Please follow the steps below to install perl-Retry.noarch on Fedora 35

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

2. Uninstall "perl-Retry.noarch" package

Please follow the guidance below to uninstall perl-Retry.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:58:29 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Retry
Version : 1.03
Release : 15.fc35
Architecture : noarch
Size : 13 k
Source : perl-Retry-1.03-15.fc35.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.