How to Install and Uninstall perl-Time-Duration-Parse.noarch Package on Rocky Linux 8

Last updated: May 06,2024

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

This guide let you learn how to install perl-Time-Duration-Parse.noarch on Rocky Linux 8

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

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

Please follow the steps below to uninstall perl-Time-Duration-Parse.noarch on Rocky Linux 8:

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

3. Information about the perl-Time-Duration-Parse.noarch package on Rocky Linux 8

Last metadata expiration check: 0:35:10 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Time-Duration-Parse
Version : 0.15
Release : 5.el8
Architecture : noarch
Size : 23 k
Source : perl-Time-Duration-Parse-0.15-5.el8.src.rpm
Repository : epel
Summary : Parse string that represents time duration
URL : https://metacpan.org/release/Time-Duration-Parse
License : GPL+ or Artistic
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.