How to Install and Uninstall python39-isodate Package on openSuSE Tumbleweed

Last updated: May 06,2024

1. Install "python39-isodate" package

Please follow the step by step instructions below to install python39-isodate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-isodate

2. Uninstall "python39-isodate" package

Please follow the step by step instructions below to uninstall python39-isodate on openSuSE Tumbleweed:

$ sudo zypper remove python39-isodate

3. Information about the python39-isodate package on openSuSE Tumbleweed

Information for package python39-isodate:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-isodate
Version : 0.6.1-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 203.5 KiB
Installed : No
Status : not installed
Source package : python-isodate-0.6.1-4.4.src
Upstream URL : https://pypi.org/project/isodate/
Summary : An ISO 8601 Date/Time/Duration Parser and Formatter
Description :
This module implements ISO 8601 date, time and duration parsing.
The implementation follows ISO8601:2004 standard, and implements only
date/time representations mentioned in the standard. If something is not
mentioned there, then it is treated as non existent, and not as an allowed
option.