How To Install perl-Time-OlsonTZ-Download on Fedora 36
Introduction
In this tutorial we learn how to install perl-Time-OlsonTZ-Download
on Fedora 36.
What is perl-Time-OlsonTZ-Download
An object of this Perl class represents a local copy of the source of the Olson time zone database, possibly used to build binary tzfiles. The source copy always begins by being downloaded from the canonical repository of the Olson database. This class provides methods to help with extracting useful information from the source.
We can use yum
or dnf
to install perl-Time-OlsonTZ-Download
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Time-OlsonTZ-Download.
Install perl-Time-OlsonTZ-Download 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-OlsonTZ-Download
using dnf
by running the following command:
sudo dnf -y install perl-Time-OlsonTZ-Download
Install perl-Time-OlsonTZ-Download 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-OlsonTZ-Download
using yum
by running the following command:
sudo yum -y install perl-Time-OlsonTZ-Download
How To Uninstall perl-Time-OlsonTZ-Download on Fedora 36
To uninstall only the perl-Time-OlsonTZ-Download
package we can use the following command:
sudo dnf remove perl-Time-OlsonTZ-Download
perl-Time-OlsonTZ-Download Package Contents on Fedora 36
/usr/share/doc/perl-Time-OlsonTZ-Download
/usr/share/doc/perl-Time-OlsonTZ-Download/Changes
/usr/share/doc/perl-Time-OlsonTZ-Download/README
/usr/share/man/man3/Time::OlsonTZ::Download.3pm.gz
/usr/share/perl5/vendor_perl/Time
/usr/share/perl5/vendor_perl/Time/OlsonTZ
/usr/share/perl5/vendor_perl/Time/OlsonTZ/Download.pm
References
Summary
In this tutorial we learn how to install perl-Time-OlsonTZ-Download
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).