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

Last updated: May 15,2024

1. Install "python3-dateutil" package

Here is a brief guide to show you how to install python3-dateutil on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-dateutil

2. Uninstall "python3-dateutil" package

Please follow the guidelines below to uninstall python3-dateutil on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-dateutil
Priority: optional
Section: universe/python
Installed-Size: 196
Maintainer: Ubuntu Developers
Original-Maintainer: Guido Günther
Architecture: all
Source: python-dateutil
Version: 2.4.2-1
Depends: python3-six (>= 1.5), python3:any (>= 3.3.2-2~), tzdata
Filename: pool/universe/p/python-dateutil/python3-dateutil_2.4.2-1_all.deb
Size: 39146
MD5sum: 6c1e3817502ef8e65d50ec929e2a9135
SHA1: fe46683fe048945e73cdeffde95ac1655f9dda81
SHA256: 49985284987cc4dedca55b446952905f98c1c1ad0c0a968497c7fc54c61a096a
Description-en: powerful extensions to the standard datetime module
It features:
.
* computing of relative deltas (next month, next year, next monday, last week
of month, etc);
* computing of relative deltas between two given date and/or datetime objects
* computing of dates based on very flexible recurrence rules, using a superset
of the iCalendar specification. Parsing of RFC strings is supported as well.
* generic parsing of dates in almost any string format
* timezone (tzinfo) implementations for tzfile(5) format files
(/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all
known formats), iCalendar format files, given ranges (with help from
relative deltas), local machine timezone, fixed offset timezone, UTC
timezone
* computing of Easter Sunday dates for any given year, using Western, Orthodox
or Julian algorithms
Description-md5: d3486e9464ae6c15178963781d792d8f
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-video, ubuntu-sdk