How to Install and Uninstall perl-DateTime-Format-Strptime Package on openSUSE Leap

Last updated: September 28,2024

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

In this section, we are going to explain the necessary steps to install perl-DateTime-Format-Strptime on openSUSE Leap

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

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

Please follow the guidelines below to uninstall perl-DateTime-Format-Strptime on openSUSE Leap:

$ sudo zypper remove perl-DateTime-Format-Strptime

3. Information about the perl-DateTime-Format-Strptime package on openSUSE Leap

Information for package perl-DateTime-Format-Strptime:
------------------------------------------------------
Repository : Main Repository
Name : perl-DateTime-Format-Strptime
Version : 1.74-1.20
Arch : noarch
Vendor : SUSE LLC
Installed Size : 99.7 KiB
Installed : No
Status : not installed
Source package : perl-DateTime-Format-Strptime-1.74-1.20.src
Upstream URL : http://search.cpan.org/dist/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.