How to Install and Uninstall perl-DateTime-Format-Excel.noarch Package on CentOS Stream 8

Last updated: November 02,2024

1. Install "perl-DateTime-Format-Excel.noarch" package

In this section, we are going to explain the necessary steps to install perl-DateTime-Format-Excel.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-DateTime-Format-Excel.noarch

2. Uninstall "perl-DateTime-Format-Excel.noarch" package

Please follow the guidelines below to uninstall perl-DateTime-Format-Excel.noarch on CentOS Stream 8:

$ sudo dnf remove perl-DateTime-Format-Excel.noarch $ sudo dnf autoremove

3. Information about the perl-DateTime-Format-Excel.noarch package on CentOS Stream 8

Last metadata expiration check: 1:39:24 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-DateTime-Format-Excel
Epoch : 1
Version : 0.31
Release : 27.el8
Architecture : noarch
Size : 29 k
Source : perl-DateTime-Format-Excel-0.31-27.el8.src.rpm
Repository : epel
Summary : Convert between DateTime and Excel dates
URL : https://metacpan.org/release/DateTime-Format-Excel
License : GPL+ or Artistic
Description : Excel uses a different system for its dates than most Unix programs.
: This module allows to convert between a few of the Excel raw formats
: and DateTime objects, which can then be further converted via any of
: the other DateTime::Format::* modules, or with DateTime's methods.