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

Last updated: September 28,2024

1. Install "python3-iso8601.noarch" package

Here is a brief guide to show you how to install python3-iso8601.noarch on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 1:34:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-iso8601
Version : 0.1.13
Release : 5.fc36
Architecture : noarch
Size : 22 k
Source : python-iso8601-0.1.13-5.fc36.src.rpm
Repository : fedora
Summary : Simple module to parse ISO 8601 dates
URL : https://bitbucket.org/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.