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

Last updated: November 28,2024

1. Install "perl-Retry.noarch" package

This is a short guide on how to install perl-Retry.noarch on Fedora 38

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

2. Uninstall "perl-Retry.noarch" package

Here is a brief guide to show you how to uninstall perl-Retry.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:50:33 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Retry
Version : 1.03
Release : 19.fc38
Architecture : noarch
Size : 13 k
Source : perl-Retry-1.03-19.fc38.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.