How to Install and Uninstall perl-Spreadsheet-WriteExcel.noarch Package on Oracle Linux 9

Last updated: May 07,2024

1. Install "perl-Spreadsheet-WriteExcel.noarch" package

Learn how to install perl-Spreadsheet-WriteExcel.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Spreadsheet-WriteExcel.noarch

2. Uninstall "perl-Spreadsheet-WriteExcel.noarch" package

Here is a brief guide to show you how to uninstall perl-Spreadsheet-WriteExcel.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Spreadsheet-WriteExcel.noarch $ sudo dnf autoremove

3. Information about the perl-Spreadsheet-WriteExcel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:13:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Spreadsheet-WriteExcel
Version : 2.40
Release : 23.el9
Architecture : noarch
Size : 513 k
Source : perl-Spreadsheet-WriteExcel-2.40-23.el9.src.rpm
Repository : epel
Summary : Write formatted text and numbers to a cross-platform Excel binary file
URL : https://metacpan.org/release/Spreadsheet-WriteExcel
License : GPL+ or Artistic
Description : The Spreadsheet::WriteExcel module can be used to create a cross-
: platform Excel binary file. Multiple worksheets can be added to a
: workbook and formatting can be applied to cells. Text, numbers,
: formulas, hyperlinks and images can be written to the cells.
:
: The Excel file produced by this module is compatible with 97,
: 2000, 2002 and 2003. Generated files are also compatible with the
: spreadsheet applications Gnumeric and OpenOffice.org.
:
: This module cannot be used to read an Excel file. See
: Spreadsheet::ParseExcel or look at the main documentation for some
: suggestions. This module cannot be used to write to an existing
: Excel file.