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

Last updated: October 31,2024

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

This is a short guide on how to install perl-Date-ISO8601.noarch on Fedora 38

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

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

This is a short guide on how to uninstall perl-Date-ISO8601.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:59:57 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Date-ISO8601
Version : 0.005
Release : 17.fc38
Architecture : noarch
Size : 19 k
Source : perl-Date-ISO8601-0.005-17.fc38.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.