How To Install perl-Business-Hours on Fedora 36

In this tutorial we learn how to install perl-Business-Hours in Fedora 36. perl-Business-Hours is Calculate business hours in a time period

Introduction

In this tutorial we learn how to install perl-Business-Hours on Fedora 36.

What is perl-Business-Hours

A simple tool for calculating business hours in a time period. Over time, additional functionality will be added to make it easy to calculate the number of business hours between arbitrary dates.

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

Install perl-Business-Hours 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-Business-Hours using dnf by running the following command:

sudo dnf -y install perl-Business-Hours

Install perl-Business-Hours 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-Business-Hours using yum by running the following command:

sudo yum -y install perl-Business-Hours

How To Uninstall perl-Business-Hours on Fedora 36

To uninstall only the perl-Business-Hours package we can use the following command:

sudo dnf remove perl-Business-Hours

perl-Business-Hours Package Contents on Fedora 36

/usr/share/doc/perl-Business-Hours
/usr/share/doc/perl-Business-Hours/Changes
/usr/share/licenses/perl-Business-Hours
/usr/share/licenses/perl-Business-Hours/LICENSE
/usr/share/man/man3/Business::Hours.3pm.gz
/usr/share/perl5/vendor_perl/Business
/usr/share/perl5/vendor_perl/Business/Hours.pm

References

Summary

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