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

Last updated: May 18,2024

1. Install "python3-parsedatetime" package

This is a short guide on how to install python3-parsedatetime on Kali Linux

$ sudo apt update $ sudo apt install python3-parsedatetime

2. Uninstall "python3-parsedatetime" package

This tutorial shows how to uninstall python3-parsedatetime on Kali Linux:

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

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

Package: python3-parsedatetime
Source: parsedatetime
Version: 2.6-3
Installed-Size: 184
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Recommends: python3-icu
Size: 41216
SHA256: 5088e530036ea3db97788b243b6e6b181ddf67fd221d9968695215b453f090bd
SHA1: e11dd97a1ee12472e5761f6f507c140dfab693fc
MD5sum: 3c39569c1c3766342dfe66ce0683898a
Description: Python 3 module to parse human-readable date/time expressions
parsedatetime is able to parse, for example, the following:
.
* August 25th, 2008
* 25 Aug 2008
* Aug 25 5pm
* 5pm August 25
* next saturday
* tomorrow
* next thursday at 4pm
* at 4pm
* eod
* tomorrow eod
* eod tuesday
* eoy
* eom
* in 5 minutes
* 5 minutes from now
* 5 hours before now
* 2 hours before noon
* 2 days from tomorrow
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://github.com/bear/parsedatetime
Section: python
Priority: optional
Filename: pool/main/p/parsedatetime/python3-parsedatetime_2.6-3_all.deb