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

Last updated: October 10,2024

1. Install "perl-Retry.noarch" package

Learn how to install perl-Retry.noarch on Fedora 36

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

2. Uninstall "perl-Retry.noarch" package

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

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

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

Last metadata expiration check: 1:42:37 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Retry
Version : 1.03
Release : 16.fc36
Architecture : noarch
Size : 13 k
Source : perl-Retry-1.03-16.fc36.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.