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

Last updated: July 03,2024

1. Install "perl-Time-Progress.noarch" package

Please follow the step by step instructions below to install perl-Time-Progress.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Time-Progress.noarch

2. Uninstall "perl-Time-Progress.noarch" package

This guide let you learn how to uninstall perl-Time-Progress.noarch on Fedora 34:

$ sudo dnf remove perl-Time-Progress.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:05:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Time-Progress
Version : 2.12
Release : 13.fc34
Architecture : noarch
Size : 20 k
Source : perl-Time-Progress-2.12-13.fc34.src.rpm
Repository : fedora
Summary : Elapsed and estimated finish time reporting
URL : https://metacpan.org/release/Time-Progress
License : GPL+ or Artistic
Description : This module displays progress information for long-running processes. This
: can be percentage complete, time elapsed, estimated time remaining,
: an ASCII progress bar, or any combination of those.
:
: It is useful for code where you perform a number of steps, or iterations
: of a loop, where the number of iterations is known before you start
: the loop.