How to Install and Uninstall perl-Time-Duration-Parse.noarch Package on Fedora 34

Last updated: July 05,2024

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

Please follow the instructions below to install perl-Time-Duration-Parse.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the perl-Time-Duration-Parse.noarch package on Fedora 34

Last metadata expiration check: 1:37:02 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Time-Duration-Parse
Version : 0.15
Release : 7.fc34
Architecture : noarch
Size : 21 k
Source : perl-Time-Duration-Parse-0.15-7.fc34.src.rpm
Repository : fedora
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.