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

Last updated: May 16,2024

1. Install "python3-dateparser" package

Please follow the guidance below to install python3-dateparser on Kali Linux

$ sudo apt update $ sudo apt install python3-dateparser

2. Uninstall "python3-dateparser" package

This is a short guide on how to uninstall python3-dateparser on Kali Linux:

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

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

Package: python3-dateparser
Source: dateparser
Version: 1.2.0-3
Installed-Size: 2177
Maintainer: Debian Python Team
Architecture: all
Depends: python3-dateutil, python3-regex, python3-tz, python3-tzlocal, python3:any
Recommends: python3-convertdate
Suggests: python3-fasttext, python3-langdetect
Size: 179892
SHA256: aedf69b3e0ffae3532d30bf74b140c314289a6adb7bcf722a4add42fca63d04d
SHA1: 42f037ef26e9e672a887407fcc446b61416c9e51
MD5sum: 860a0a2ff3aff9b93377e72e5cd96fcc
Description: Python parser for human readable dates
dateparser provides modules to easily parse localized dates in almost
any string formats commonly found on web pages.
.
* Generic parsing of dates in over 200 language locales plus
numerous formats in a language agnostic fashion.
* Generic parsing of relative dates like: '1 min ago', '2 weeks
ago', '3 months, 1 week and 1 day ago', 'in 2 days', 'tomorrow'.
* Generic parsing of dates with time zones abbreviations or UTC
offsets like: 'August 14, 2015 EST', 'July 4, 2013 PST', '21 July
2013 10:15 pm +0500'.
* Date lookup in longer texts.
* Support for non-Gregorian calendar systems.
* Extensive test coverage.
Description-md5:
Homepage: https://github.com/scrapinghub/dateparser
Section: python
Priority: optional
Filename: pool/main/d/dateparser/python3-dateparser_1.2.0-3_all.deb