How To Install python3-ciso8601 on Fedora 36

In this tutorial we learn how to install python3-ciso8601 in Fedora 36. python3-ciso8601 is Fast ISO8601 date time parser

Introduction

In this tutorial we learn how to install python3-ciso8601 on Fedora 36.

What is python3-ciso8601

ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime objects. Since it’s written as a C module, it is much faster than other Python libraries.

We can use yum or dnf to install python3-ciso8601 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-ciso8601.

Install python3-ciso8601 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-ciso8601 using dnf by running the following command:

sudo dnf -y install python3-ciso8601

Install python3-ciso8601 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-ciso8601 using yum by running the following command:

sudo yum -y install python3-ciso8601

How To Uninstall python3-ciso8601 on Fedora 36

To uninstall only the python3-ciso8601 package we can use the following command:

sudo dnf remove python3-ciso8601

python3-ciso8601 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/c91db7798814fc72e554c9a0887fb16ae0fa5c
/usr/lib64/python3.10/site-packages/ciso8601
/usr/lib64/python3.10/site-packages/ciso8601-2.2.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/ciso8601-2.2.0-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/ciso8601-2.2.0-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/ciso8601-2.2.0-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/ciso8601-2.2.0-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/ciso8601.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/ciso8601/__init__.pyi
/usr/lib64/python3.10/site-packages/ciso8601/py.typed
/usr/share/doc/python3-ciso8601
/usr/share/doc/python3-ciso8601/CHANGELOG.md
/usr/share/doc/python3-ciso8601/README.rst
/usr/share/licenses/python3-ciso8601
/usr/share/licenses/python3-ciso8601/LICENSE

References

Summary

In this tutorial we learn how to install python3-ciso8601 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).