How to Install and Uninstall python3-iso8601.noarch Package on AlmaLinux 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 AlmaLinux 9

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

2. Uninstall "python3-iso8601.noarch" package

Please follow the step by step instructions below to uninstall python3-iso8601.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:37:05 ago on Wed Mar 13 07:41:12 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.