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

Last updated: June 18,2024

1. Install "python3-prefixdate" package

Please follow the steps below to install python3-prefixdate on Kali Linux

$ sudo apt update $ sudo apt install python3-prefixdate

2. Uninstall "python3-prefixdate" package

This guide let you learn how to uninstall python3-prefixdate on Kali Linux:

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

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

Package: python3-prefixdate
Source: prefixdate
Version: 0.4.1-2
Installed-Size: 38
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 7228
SHA256: c86f003c8335f98a0c98f6404386f4e2b91b490a2f9db04e4c5da90a80735a3d
SHA1: 3754cc7c7b8e0407d094bf6f0f3726a9da060f54
MD5sum: a3a90d27755dca794e24f90e0e53e8e7
Description: Prefix date parser
This is a helper class to parse dates with varied degrees of precision. For
example, a data source might state a date as `2001`, `2001-4` or `2001-04-02`,
with the implication that only the year, month or day is known. This library
will process such partial dates into a structured format and allow their
validation and re-formatting (e.g. turning `2001-4` into `2001-04` above).
.
The library does not support the complexities of the ISO 8601 and RFC 3339
standards including date ranges and calendar-week/day-of-year notations.
Description-md5:
Homepage: https://github.com/pudo/prefixdate
Section: python
Priority: optional
Filename: pool/main/p/prefixdate/python3-prefixdate_0.4.1-2_all.deb