How to Install and Uninstall perl-DateTime-Format-Excel.noarch Package on Rocky Linux 9

Last updated: May 19,2024

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

This tutorial shows how to install perl-DateTime-Format-Excel.noarch on Rocky Linux 9

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

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

This tutorial shows how to uninstall perl-DateTime-Format-Excel.noarch on Rocky Linux 9:

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

3. Information about the perl-DateTime-Format-Excel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:32:55 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-DateTime-Format-Excel
Epoch : 1
Version : 0.31
Release : 33.el9
Architecture : noarch
Size : 26 k
Source : perl-DateTime-Format-Excel-0.31-33.el9.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.