How to Install and Uninstall perl-DateTime-Format-Strptime Package on openSuSE Tumbleweed

Last updated: June 30,2024

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

Learn how to install perl-DateTime-Format-Strptime on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-DateTime-Format-Strptime

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

Learn how to uninstall perl-DateTime-Format-Strptime on openSuSE Tumbleweed:

$ sudo zypper remove perl-DateTime-Format-Strptime

3. Information about the perl-DateTime-Format-Strptime package on openSuSE Tumbleweed

Information for package perl-DateTime-Format-Strptime:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-DateTime-Format-Strptime
Version : 1.79-1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 107.4 KiB
Installed : No
Status : not installed
Source package : perl-DateTime-Format-Strptime-1.79-1.13.src
Upstream URL : https://metacpan.org/release/DateTime-Format-Strptime
Summary : Parse and format strp and strf time patterns
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.