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

Last updated: September 29,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 Fedora 35

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

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

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

Last metadata expiration check: 4:50:51 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Time-Duration-Parse
Version : 0.16
Release : 2.fc35
Architecture : noarch
Size : 20 k
Source : perl-Time-Duration-Parse-0.16-2.fc35.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.