How to Install and Uninstall python39-python-dateutil Package on openSuSE Tumbleweed

Last updated: June 02,2024

1. Install "python39-python-dateutil" package

Here is a brief guide to show you how to install python39-python-dateutil on openSuSE Tumbleweed

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

2. Uninstall "python39-python-dateutil" package

Here is a brief guide to show you how to uninstall python39-python-dateutil on openSuSE Tumbleweed:

$ sudo zypper remove python39-python-dateutil

3. Information about the python39-python-dateutil package on openSuSE Tumbleweed

Information for package python39-python-dateutil:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-python-dateutil
Version : 2.9.0.post0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 739.4 KiB
Installed : No
Status : not installed
Source package : python-python-dateutil-2.9.0.post0-1.1.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.