How to Install and Uninstall perl-Spreadsheet-XLSX.noarch Package on CentOS Stream 9

Last updated: February 08,2025

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

Here is a brief guide to show you how to install perl-Spreadsheet-XLSX.noarch on CentOS Stream 9

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

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

This tutorial shows how to uninstall perl-Spreadsheet-XLSX.noarch on CentOS Stream 9:

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

3. Information about the perl-Spreadsheet-XLSX.noarch package on CentOS Stream 9

Last metadata expiration check: 2:06:57 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Spreadsheet-XLSX
Version : 0.17
Release : 2.el9
Architecture : noarch
Size : 30 k
Source : perl-Spreadsheet-XLSX-0.17-2.el9.src.rpm
Repository : epel
Summary : Perl extension for reading Microsoft Excel 2007 files
URL : https://metacpan.org/release/Spreadsheet-XLSX
License : GPL+ or Artistic
Description : The Spreadsheet::XLSX module is a emulation of Spreadsheet::ParseExcel for
: Excel 2007 (.xlsx) file format in a quick and dirty way. It supports styles
: and many of the Excel's quirks, but not all. It populates the classes from
: Spreadsheet::ParseExcel for interoperability; including workbook, worksheet
: and cell.