How to Install and Uninstall perl-Time-Duration-Parse.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 24,2024

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

This is a short guide on how to install perl-Time-Duration-Parse.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This tutorial shows how to uninstall perl-Time-Duration-Parse.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Time-Duration-Parse.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:24:20 ago on Mon Feb 26 15:59:38 2024.
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.