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

Last updated: April 29,2024

1. Install "python3-arrow" package

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

$ sudo apt update $ sudo apt install python3-arrow

2. Uninstall "python3-arrow" package

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

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

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

Package: python3-arrow
Source: python-arrow
Version: 1.2.3-1
Installed-Size: 312
Maintainer: Federico Ceratto
Architecture: all
Depends: python3-dateutil, python3-typing-extensions | python3 (>> 3.8), python3:any
Suggests: python-arrow-doc
Size: 64184
SHA256: c5d32400b4b835797eca274449c94b89cd642924c047a237b804d945fdf748d8
SHA1: f6dd0f34709ed7359554a3040a847aea61d00042
MD5sum: a6b7ab92dadef6a48b7a6cc4fc03a7fe
Description: Python3 library to manipulate dates, times, and timestamps
A Python3 library that offers a sensible, human-friendly approach to creating,
manipulating, formatting and converting dates, times, and timestamps.
It implements and updates the datetime type, plugging gaps in functionality,
and provides a module API that supports many common creation scenarios.
Arrow replaces a number of modules: datetime, time, calendar, dateutil, pytz.
Description-md5:
Homepage: https://arrow.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/p/python-arrow/python3-arrow_1.2.3-1_all.deb