How to Install and Uninstall python3-iso8601.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-iso8601.noarch" package

In this section, we are going to explain the necessary steps to install python3-iso8601.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-iso8601.noarch" package

Please follow the guidance below to uninstall python3-iso8601.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-iso8601.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:36:20 ago on Mon Feb 26 07:04:30 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.