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

Last updated: October 06,2024

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

Please follow the guidance below to install perl-DateTime-Format-Strptime.noarch on Fedora 35

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

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

Learn how to uninstall perl-DateTime-Format-Strptime.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:28:07 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-DateTime-Format-Strptime
Epoch : 1
Version : 1.79
Release : 3.fc35
Architecture : noarch
Size : 42 k
Source : perl-DateTime-Format-Strptime-1.79-3.fc35.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.