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

Last updated: June 15,2024

1. Install "python38-python-dateutil" package

Please follow the instructions below to install python38-python-dateutil on openSuSE Tumbleweed

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

2. Uninstall "python38-python-dateutil" package

This guide covers the steps necessary to uninstall python38-python-dateutil on openSuSE Tumbleweed:

$ sudo zypper remove python38-python-dateutil

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

Information for package python38-python-dateutil:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-python-dateutil
Version : 2.8.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 888,4 KiB
Installed : No
Status : not installed
Source package : python-python-dateutil-2.8.2-1.2.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.