How to Install and Uninstall python3-iso8601 Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-iso8601" package

This guide covers the steps necessary to install python3-iso8601 on Kali Linux

$ sudo apt update $ sudo apt install python3-iso8601

2. Uninstall "python3-iso8601" package

Please follow the steps below to uninstall python3-iso8601 on Kali Linux:

$ sudo apt remove python3-iso8601 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-iso8601 package on Kali Linux

Package: python3-iso8601
Source: python-iso8601
Version: 1.0.2-1
Installed-Size: 56
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 15692
SHA256: 2d8bef491954075ed6b0a8bdcf1f4229123a18f335700ea327795de88a601668
SHA1: e2351c46cff86bdeee157c613f86df36cec53ca8
MD5sum: c710fb5264bffa8574e40a9855d60905
Description: Python module to parse ISO 8601 dates - Python 3.x
Many file formats and standards use the ISO 8601 date format
(e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
unambiguous manner. This simple Python module parses the most common
forms encountered and returns Python datetime objects.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/micktwomey/pyiso8601
Section: python
Priority: optional
Filename: pool/main/p/python-iso8601/python3-iso8601_1.0.2-1_all.deb