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

Last updated: November 25,2024

1. Install "python3-iso8601.noarch" package

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

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

2. Uninstall "python3-iso8601.noarch" package

Please follow the guidelines below to uninstall python3-iso8601.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:38:58 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-iso8601
Version : 0.1.13
Release : 4.fc35
Architecture : noarch
Size : 22 k
Source : python-iso8601-0.1.13-4.fc35.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.