How to Install libtime-duration-parse-perl in Ubuntu 18.04



Install libtime-duration-parse-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libtime-duration-parse-perl

Description:

Parse string that represents time duration

Time::Duration::Parse is a module to parse human readable duration strings like 2 minutes and 3 seconds to seconds. . parse_duration '6 Minutes and 3 seconds' == 363 ;

Homepage: https://metacpan.org/release/Time-Duration-Parse

Version: 0.13-1

Section: universe/perl