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

Last updated: May 20,2024

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

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

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

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

Please follow the instructions below to uninstall perl-Time-Progress.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:01:30 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Time-Progress
Version : 2.14
Release : 1.fc38
Architecture : noarch
Size : 20 k
Source : perl-Time-Progress-2.14-1.fc38.src.rpm
Repository : updates
Summary : Elapsed and estimated finish time reporting
URL : https://metacpan.org/release/Time-Progress
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.