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

Last updated: October 09,2024

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

This tutorial shows how to install perl-Spreadsheet-WriteExcel.noarch on AlmaLinux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Spreadsheet-WriteExcel.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:24:30 ago on Wed Mar 13 07:41:12 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.