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

Last updated: October 06,2024

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

This guide covers the steps necessary to install perl-DateTime-Format-Strptime.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall perl-DateTime-Format-Strptime.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:53:00 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-DateTime-Format-Strptime
Epoch : 1
Version : 1.79
Release : 4.fc36
Architecture : noarch
Size : 42 k
Source : perl-DateTime-Format-Strptime-1.79-4.fc36.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.