How to Install and Uninstall perl-DateTime-Format-Excel.noarch Package on Oracle Linux 8

Last updated: May 04,2024

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

This guide let you learn how to install perl-DateTime-Format-Excel.noarch on Oracle Linux 8

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

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

This is a short guide on how to uninstall perl-DateTime-Format-Excel.noarch on Oracle Linux 8:

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

3. Information about the perl-DateTime-Format-Excel.noarch package on Oracle Linux 8

Last metadata expiration check: 2:44:14 ago on Mon Sep 12 02:51:38 2022.
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.