How to Install and Uninstall python3-arrow Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python3-arrow" package

In this section, we are going to explain the necessary steps to install python3-arrow on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-arrow

2. Uninstall "python3-arrow" package

Please follow the step by step instructions below to uninstall python3-arrow on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-arrow package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-arrow
Priority: optional
Section: universe/python
Installed-Size: 138
Maintainer: Ubuntu Developers
Original-Maintainer: Federico Ceratto
Architecture: all
Source: python-arrow
Version: 0.7.0-1
Depends: python3-dateutil, python3:any (>= 3.3.2-2~)
Suggests: python-arrow-doc
Filename: pool/universe/p/python-arrow/python3-arrow_0.7.0-1_all.deb
Size: 25340
MD5sum: 7b0df30253e1d590234c6ff25d30ca77
SHA1: b460fd81afe282d2f88e02a8c7971bf544a66ee2
SHA256: fe6233bd54014feab3431569c7e2403277053e52170525de14989be783505282
Description-en: 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: a4704507c40f6e213de2a0959b3f4920
Homepage: http://crsmithdev.com/arrow/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu