How To Install perl-Spreadsheet-WriteExcel-Simple on Fedora 36
Introduction
In this tutorial we learn how to install perl-Spreadsheet-WriteExcel-Simple
on Fedora 36.
What is perl-Spreadsheet-WriteExcel-Simple
This library provides a simple abstraction of the Spreadsheet module, for a kinder, gentler method of creating simple single-sheet Excel documents.
We can use yum
or dnf
to install perl-Spreadsheet-WriteExcel-Simple
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Spreadsheet-WriteExcel-Simple.
Install perl-Spreadsheet-WriteExcel-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-WriteExcel-Simple
using dnf
by running the following command:
sudo dnf -y install perl-Spreadsheet-WriteExcel-Simple
Install perl-Spreadsheet-WriteExcel-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-WriteExcel-Simple
using yum
by running the following command:
sudo yum -y install perl-Spreadsheet-WriteExcel-Simple
How To Uninstall perl-Spreadsheet-WriteExcel-Simple on Fedora 36
To uninstall only the perl-Spreadsheet-WriteExcel-Simple
package we can use the following command:
sudo dnf remove perl-Spreadsheet-WriteExcel-Simple
perl-Spreadsheet-WriteExcel-Simple Package Contents on Fedora 36
/usr/share/doc/perl-Spreadsheet-WriteExcel-Simple
/usr/share/doc/perl-Spreadsheet-WriteExcel-Simple/Changes
/usr/share/doc/perl-Spreadsheet-WriteExcel-Simple/README
/usr/share/doc/perl-Spreadsheet-WriteExcel-Simple/t
/usr/share/doc/perl-Spreadsheet-WriteExcel-Simple/t/01.t
/usr/share/doc/perl-Spreadsheet-WriteExcel-Simple/t/pod-coverage.t
/usr/share/doc/perl-Spreadsheet-WriteExcel-Simple/t/pod.t
/usr/share/man/man3/Spreadsheet::WriteExcel::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Spreadsheet
/usr/share/perl5/vendor_perl/Spreadsheet/WriteExcel
/usr/share/perl5/vendor_perl/Spreadsheet/WriteExcel/Simple.pm
References
Summary
In this tutorial we learn how to install perl-Spreadsheet-WriteExcel-Simple
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).