How to Install and Uninstall python2-python-dateutil Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python2-python-dateutil" package

Please follow the instructions below to install python2-python-dateutil on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-python-dateutil

2. Uninstall "python2-python-dateutil" package

This guide let you learn how to uninstall python2-python-dateutil on openSUSE Leap:

$ sudo zypper remove python2-python-dateutil

3. Information about the python2-python-dateutil package on openSUSE Leap

Information for package python2-python-dateutil:
------------------------------------------------
Repository : Main Repository
Name : python2-python-dateutil
Version : 2.8.1-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 776,2 KiB
Installed : No
Status : not installed
Source package : python-python-dateutil-2.8.1-1.24.src
Summary : A Python Datetime Library
Description :
The python dateutil module provides powerful extensions to the standard
datetime module.
* Computing of relative deltas (next month, next year, next monday,
last week of month, etc.)
* Computing of relative deltas between two given dates and/or
datetime objects
* Computing of dates based on very flexible recurrence rules, using
a superset of the iCalendar specification. Parsing of RFC strings
is supported as well.
* Generic parsing of dates in almost any string format.
* Timezone (tzinfo) implementations for tzfile(5) format files
(/etc/localtime, /usr/share/zoneinfo, etc.), TZ environment
string (in all known formats), iCalendar format files, given
ranges (with help from relative deltas), local machine timezone,
fixed offset timezone, UTC timezone, and Windows registry-based
time zones.
* Internal up-to-date world timezone information based on Olson's
database.
* Computing of Easter Sunday dates for any given year, using Western,
Orthodox or Julian algorithms.