How To Install perl-Time-Progress on Fedora 36

In this tutorial we learn how to install perl-Time-Progress in Fedora 36. perl-Time-Progress is Elapsed and estimated finish time reporting

Introduction

In this tutorial we learn how to install perl-Time-Progress on Fedora 36.

What is perl-Time-Progress

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.

We can use yum or dnf to install perl-Time-Progress on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Time-Progress.

Install perl-Time-Progress on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Time-Progress using dnf by running the following command:

sudo dnf -y install perl-Time-Progress

Install perl-Time-Progress on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Time-Progress using yum by running the following command:

sudo yum -y install perl-Time-Progress

How To Uninstall perl-Time-Progress on Fedora 36

To uninstall only the perl-Time-Progress package we can use the following command:

sudo dnf remove perl-Time-Progress

perl-Time-Progress Package Contents on Fedora 36

/usr/share/doc/perl-Time-Progress
/usr/share/doc/perl-Time-Progress/Changes
/usr/share/doc/perl-Time-Progress/README
/usr/share/man/man3/Time::Progress.3pm.gz
/usr/share/perl5/vendor_perl/Time
/usr/share/perl5/vendor_perl/Time/Progress.pm

References

Summary

In this tutorial we learn how to install perl-Time-Progress on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).