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

Last updated: December 25,2024

1. Install "python310-isodate" package

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

$ sudo zypper refresh $ sudo zypper install python310-isodate

2. Uninstall "python310-isodate" package

This guide covers the steps necessary to uninstall python310-isodate on openSuSE Tumbleweed:

$ sudo zypper remove python310-isodate

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

Information for package python310-isodate:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-isodate
Version : 0.6.1-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 203.2 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.