How to Install and Uninstall perl-Date-ISO8601.noarch Package on Fedora 36

Last updated: September 28,2024

1. Install "perl-Date-ISO8601.noarch" package

In this section, we are going to explain the necessary steps to install perl-Date-ISO8601.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Date-ISO8601.noarch

2. Uninstall "perl-Date-ISO8601.noarch" package

Please follow the instructions below to uninstall perl-Date-ISO8601.noarch on Fedora 36:

$ sudo dnf remove perl-Date-ISO8601.noarch $ sudo dnf autoremove

3. Information about the perl-Date-ISO8601.noarch package on Fedora 36

Last metadata expiration check: 4:58:23 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Date-ISO8601
Version : 0.005
Release : 14.fc36
Architecture : noarch
Size : 20 k
Source : perl-Date-ISO8601-0.005-14.fc36.src.rpm
Repository : fedora
Summary : Three ISO 8601 numerical calendars
URL : https://metacpan.org/release/Date-ISO8601
License : GPL+ or Artistic
Description : The international standard ISO 8601 "Data elements and interchange formats
: - Information interchange - Representation of dates and times" defines
: three distinct calendars by which days can be labeled. It also defines
: textual formats for the representation of dates in these calendars. This
: module provides functions to convert dates between these three calendars
: and Chronological Julian Day Numbers, which is a suitable format to do
: arithmetic with. It also supplies functions that describe the shape of
: these calendars, to assist in calendrical calculations. It also supplies
: functions to represent dates textually in the ISO 8601 formats. ISO 8601
: also covers time of day and time periods, but this module does nothing
: relating to those parts of the standard; this is only about labeling days.