How To Install perl-Spreadsheet-ParseExcel-Simple on Fedora 36

In this tutorial we learn how to install perl-Spreadsheet-ParseExcel-Simple in Fedora 36. perl-Spreadsheet-ParseExcel-Simple is Simple interface to Excel data

Introduction

In this tutorial we learn how to install perl-Spreadsheet-ParseExcel-Simple on Fedora 36.

What is perl-Spreadsheet-ParseExcel-Simple

This library provides a simple abstraction of the Spreadsheet module, for a kinder, gentler interface.

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

Install perl-Spreadsheet-ParseExcel-Simple 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-Spreadsheet-ParseExcel-Simple using dnf by running the following command:

sudo dnf -y install perl-Spreadsheet-ParseExcel-Simple

Install perl-Spreadsheet-ParseExcel-Simple 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-Spreadsheet-ParseExcel-Simple using yum by running the following command:

sudo yum -y install perl-Spreadsheet-ParseExcel-Simple

How To Uninstall perl-Spreadsheet-ParseExcel-Simple on Fedora 36

To uninstall only the perl-Spreadsheet-ParseExcel-Simple package we can use the following command:

sudo dnf remove perl-Spreadsheet-ParseExcel-Simple

perl-Spreadsheet-ParseExcel-Simple Package Contents on Fedora 36

/usr/share/doc/perl-Spreadsheet-ParseExcel-Simple
/usr/share/doc/perl-Spreadsheet-ParseExcel-Simple/Changes
/usr/share/doc/perl-Spreadsheet-ParseExcel-Simple/README
/usr/share/doc/perl-Spreadsheet-ParseExcel-Simple/t
/usr/share/doc/perl-Spreadsheet-ParseExcel-Simple/t/01.t
/usr/share/doc/perl-Spreadsheet-ParseExcel-Simple/t/02.t
/usr/share/doc/perl-Spreadsheet-ParseExcel-Simple/t/pod-coverage.t
/usr/share/doc/perl-Spreadsheet-ParseExcel-Simple/t/pod.t
/usr/share/doc/perl-Spreadsheet-ParseExcel-Simple/test.xls
/usr/share/man/man3/Spreadsheet::ParseExcel::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Spreadsheet
/usr/share/perl5/vendor_perl/Spreadsheet/ParseExcel
/usr/share/perl5/vendor_perl/Spreadsheet/ParseExcel/Simple.pm

References

Summary

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