How To Install perl-Convert-NLS_DATE_FORMAT on Fedora 36

In this tutorial we learn how to install perl-Convert-NLS_DATE_FORMAT in Fedora 36. perl-Convert-NLS_DATE_FORMAT is Convert Oracle NLS_DATE_FORMAT <-> strftime Format Strings

Introduction

In this tutorial we learn how to install perl-Convert-NLS_DATE_FORMAT on Fedora 36.

What is perl-Convert-NLS_DATE_FORMAT

Convert Oracle’s NLS_DATE_FORMAT string into a strptime format string, or the reverse.

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

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

sudo dnf -y install perl-Convert-NLS_DATE_FORMAT

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

sudo yum -y install perl-Convert-NLS_DATE_FORMAT

How To Uninstall perl-Convert-NLS_DATE_FORMAT on Fedora 36

To uninstall only the perl-Convert-NLS_DATE_FORMAT package we can use the following command:

sudo dnf remove perl-Convert-NLS_DATE_FORMAT

perl-Convert-NLS_DATE_FORMAT Package Contents on Fedora 36

/usr/share/doc/perl-Convert-NLS_DATE_FORMAT
/usr/share/doc/perl-Convert-NLS_DATE_FORMAT/Changes
/usr/share/doc/perl-Convert-NLS_DATE_FORMAT/README.md
/usr/share/licenses/perl-Convert-NLS_DATE_FORMAT
/usr/share/licenses/perl-Convert-NLS_DATE_FORMAT/LICENSE
/usr/share/man/man3/Convert::NLS_DATE_FORMAT.3pm.gz
/usr/share/perl5/vendor_perl/Convert
/usr/share/perl5/vendor_perl/Convert/NLS_DATE_FORMAT.pm

References

Summary

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