How to Install and Uninstall python3-iso8601.noarch Package on Rocky Linux 9

Last updated: October 11,2024

1. Install "python3-iso8601.noarch" package

Please follow the steps below to install python3-iso8601.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install python3-iso8601.noarch

2. Uninstall "python3-iso8601.noarch" package

This guide covers the steps necessary to uninstall python3-iso8601.noarch on Rocky Linux 9:

$ sudo dnf remove python3-iso8601.noarch $ sudo dnf autoremove

3. Information about the python3-iso8601.noarch package on Rocky Linux 9

Last metadata expiration check: 2:20:34 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-iso8601
Version : 1.1.0
Release : 1.el9
Architecture : noarch
Size : 23 k
Source : python-iso8601-1.1.0-1.el9.src.rpm
Repository : epel
Summary : Simple module to parse ISO 8601 dates
URL : https://github.com/micktwomey/pyiso8601
License : MIT
Description : This module parses the most common forms of ISO 8601 date strings
: (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.