How to Install and Uninstall perl-Time-Duration-Parse.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "perl-Time-Duration-Parse.noarch" package

Please follow the steps below to install perl-Time-Duration-Parse.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-Time-Duration-Parse.noarch

2. Uninstall "perl-Time-Duration-Parse.noarch" package

This guide let you learn how to uninstall perl-Time-Duration-Parse.noarch on AlmaLinux 9:

$ sudo dnf remove perl-Time-Duration-Parse.noarch $ sudo dnf autoremove

3. Information about the perl-Time-Duration-Parse.noarch package on AlmaLinux 9

Last metadata expiration check: 1:18:51 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Time-Duration-Parse
Version : 0.16
Release : 7.el9
Architecture : noarch
Size : 21 k
Source : perl-Time-Duration-Parse-0.16-7.el9.src.rpm
Repository : epel
Summary : Parse string that represents time duration
URL : https://metacpan.org/release/Time-Duration-Parse
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Time::Duration::Parse is a module to parse human readable duration strings
: like "2 minutes and 3 seconds" to seconds. It does the opposite of
: duration_exact() in Time::Duration and is roundtrip safe.