How To Install perl-DateTime-Format-Flexible-tests on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-DateTime-Format-Flexible-tests
on Rocky Linux 8.
What is perl-DateTime-Format-Flexible-tests
Tests from perl-DateTime-Format-Flexible. Execute them with “/usr/libexec/perl-DateTime-Format-Flexible/test”.
We can use yum
or dnf
to install perl-DateTime-Format-Flexible-tests
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-DateTime-Format-Flexible-tests.
Install perl-DateTime-Format-Flexible-tests on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-DateTime-Format-Flexible-tests
using dnf
by running the following command:
sudo dnf -y install perl-DateTime-Format-Flexible-tests
Install perl-DateTime-Format-Flexible-tests on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-DateTime-Format-Flexible-tests
using yum
by running the following command:
sudo yum -y install perl-DateTime-Format-Flexible-tests
How To Uninstall perl-DateTime-Format-Flexible-tests on Rocky Linux 8
To uninstall only the perl-DateTime-Format-Flexible-tests
package we can use the following command:
sudo dnf remove perl-DateTime-Format-Flexible-tests
perl-DateTime-Format-Flexible-tests Package Contents on Rocky Linux 8
/usr/libexec/perl-DateTime-Format-Flexible
/usr/libexec/perl-DateTime-Format-Flexible/t
/usr/libexec/perl-DateTime-Format-Flexible/t/001_load.t
/usr/libexec/perl-DateTime-Format-Flexible/t/alpha_month.t
/usr/libexec/perl-DateTime-Format-Flexible/t/base.t
/usr/libexec/perl-DateTime-Format-Flexible/t/data
/usr/libexec/perl-DateTime-Format-Flexible/t/data/tests.txt
/usr/libexec/perl-DateTime-Format-Flexible/t/data/timezones.txt
/usr/libexec/perl-DateTime-Format-Flexible/t/ddmmyyyy.t
/usr/libexec/perl-DateTime-Format-Flexible/t/invalid.t
/usr/libexec/perl-DateTime-Format-Flexible/t/lang-de.t
/usr/libexec/perl-DateTime-Format-Flexible/t/lang-es.t
/usr/libexec/perl-DateTime-Format-Flexible/t/lib
/usr/libexec/perl-DateTime-Format-Flexible/t/lib/helper.pm
/usr/libexec/perl-DateTime-Format-Flexible/t/mmyy.t
/usr/libexec/perl-DateTime-Format-Flexible/t/nanoseconds.t
/usr/libexec/perl-DateTime-Format-Flexible/t/no_year.t
/usr/libexec/perl-DateTime-Format-Flexible/t/no_year_base.t
/usr/libexec/perl-DateTime-Format-Flexible/t/parsing.t
/usr/libexec/perl-DateTime-Format-Flexible/t/pick_year.t
/usr/libexec/perl-DateTime-Format-Flexible/t/strings.t
/usr/libexec/perl-DateTime-Format-Flexible/t/strings_base.t
/usr/libexec/perl-DateTime-Format-Flexible/t/strip.t
/usr/libexec/perl-DateTime-Format-Flexible/t/substr_timezones.t
/usr/libexec/perl-DateTime-Format-Flexible/t/time.t
/usr/libexec/perl-DateTime-Format-Flexible/t/time_base.t
/usr/libexec/perl-DateTime-Format-Flexible/t/timezones.t
/usr/libexec/perl-DateTime-Format-Flexible/t/tz_map.t
/usr/libexec/perl-DateTime-Format-Flexible/t/whitespace.t
/usr/libexec/perl-DateTime-Format-Flexible/test
References
Summary
In this tutorial we learn how to install perl-DateTime-Format-Flexible-tests
on Rocky Linux 8 using yum and dnf.