How to Install and Uninstall perl-DateTime-Format-Excel.noarch Package on Fedora 35

Last updated: January 18,2025

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

Please follow the instructions below to install perl-DateTime-Format-Excel.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall perl-DateTime-Format-Excel.noarch on Fedora 35:

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

3. Information about the perl-DateTime-Format-Excel.noarch package on Fedora 35

Last metadata expiration check: 0:49:00 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-DateTime-Format-Excel
Epoch : 1
Version : 0.31
Release : 33.fc35
Architecture : noarch
Size : 26 k
Source : perl-DateTime-Format-Excel-0.31-33.fc35.src.rpm
Repository : fedora
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.