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

Last updated: January 13,2025

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

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

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

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

In this section, we are going to explain the necessary steps to uninstall perl-DateTime-Format-Excel.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:21:50 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-DateTime-Format-Excel
Epoch : 1
Version : 0.31
Release : 38.fc39
Architecture : noarch
Size : 25 k
Source : perl-DateTime-Format-Excel-0.31-38.fc39.src.rpm
Repository : fedora
Summary : Convert between DateTime and Excel dates
URL : https://metacpan.org/release/DateTime-Format-Excel
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.