How to Install and Uninstall python3-iso8601.noarch Package on Fedora 38

Last updated: October 15,2024

1. Install "python3-iso8601.noarch" package

This guide covers the steps necessary to install python3-iso8601.noarch on Fedora 38

$ 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 Fedora 38:

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

3. Information about the python3-iso8601.noarch package on Fedora 38

Last metadata expiration check: 2:08:05 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-iso8601
Version : 1.1.0
Release : 2.fc38
Architecture : noarch
Size : 25 k
Source : python-iso8601-1.1.0-2.fc38.src.rpm
Repository : fedora
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.