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

Last updated: May 16,2024

1. Install "python3-dateutil" package

Please follow the guidelines below to install python3-dateutil on Kali Linux

$ sudo apt update $ sudo apt install python3-dateutil

2. Uninstall "python3-dateutil" package

Please follow the step by step instructions below to uninstall python3-dateutil on Kali Linux:

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

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

Package: python3-dateutil
Source: python-dateutil
Version: 2.8.2-3
Installed-Size: 321
Maintainer: Debian Python Team
Architecture: all
Depends: python3-six (>= 1.5), python3:any, tzdata
Breaks: khal (<< 1:0.9.10-0.1~), python3-icalendar (<< 4.0.3-2~), python3-vobject (<< 0.9.6.1-0.1~)
Size: 78356
SHA256: 846f5e82b80f55df6e12911cbf31670d7e3001c122cedbb15f80723c202ad397
SHA1: 381f2847d1f48cb0767820c111531eb576cd55ed
MD5sum: 28ad17b902ba7391b4aac815eda6d583
Description: powerful extensions to the standard Python 3 datetime module
It features:
.
* computing of relative deltas (next month, next year, next monday, last week
of month, etc);
* computing of relative deltas between two given date and/or datetime objects
* computing of dates based on very flexible recurrence rules, using a superset
of the iCalendar specification. Parsing of RFC strings is supported as well.
* generic parsing of dates in almost any string format
* timezone (tzinfo) implementations for tzfile(5) format files
(/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all
known formats), iCalendar format files, given ranges (with help from
relative deltas), local machine timezone, fixed offset timezone, UTC
timezone
* computing of Easter Sunday dates for any given year, using Western, Orthodox
or Julian algorithms
.
This package provides the Python 3 version of the datetime module.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/dateutil/dateutil
Section: python
Priority: optional
Filename: pool/main/p/python-dateutil/python3-dateutil_2.8.2-3_all.deb