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

Last updated: May 20,2024

1. Install "python3-python-dateutil" package

Here is a brief guide to show you how to install python3-python-dateutil on openSUSE Leap

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

2. Uninstall "python3-python-dateutil" package

Please follow the instructions below to uninstall python3-python-dateutil on openSUSE Leap:

$ sudo zypper remove python3-python-dateutil

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

Information for package python3-python-dateutil:
------------------------------------------------
Repository : Main Repository
Name : python3-python-dateutil
Version : 2.8.1-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 869.8 KiB
Installed : No
Status : not installed
Source package : python-python-dateutil-2.8.1-1.24.src
Upstream URL : https://dateutil.readthedocs.org/en/latest/
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.