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

Last updated: January 12,2025

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

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

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

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

This tutorial shows how to uninstall perl-DateTime-Format-Strptime.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:41:59 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-DateTime-Format-Strptime
Epoch : 1
Version : 1.79
Release : 8.fc39
Architecture : noarch
Size : 41 k
Source : perl-DateTime-Format-Strptime-1.79-8.fc39.src.rpm
Repository : fedora
Summary : Parse and format strptime and strftime patterns
URL : https://metacpan.org/release/DateTime-Format-Strptime
License : Artistic-2.0
Description : This module implements most of strptime(3), the POSIX function that is the
: reverse of strftime(3), for DateTime. While strftime takes a DateTime and a
: pattern and returns a string, strptime takes a string and a pattern and
: returns the DateTime object associated.