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

Last updated: June 23,2024

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

Here is a brief guide to show you how to install perl-Time-Duration-Parse.noarch on Oracle Linux 8

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

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

Please follow the step by step instructions below to uninstall perl-Time-Duration-Parse.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 3:24:10 ago on Mon Sep 12 02:51:38 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.