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

Last updated: May 20,2024

1. Install "python3-aniso8601" package

Please follow the guidance below to install python3-aniso8601 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-aniso8601

2. Uninstall "python3-aniso8601" package

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

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

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

Package: python3-aniso8601
Priority: optional
Section: universe/python
Installed-Size: 90
Maintainer: Jonathan Carter
Architecture: all
Source: python-aniso8601
Version: 0.83-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-aniso8601/python3-aniso8601_0.83-1_all.deb
Size: 12910
MD5sum: 55fab26b9bc8851c82591b9762b1d6ee
SHA1: 67507c535011cd0be557a3451b83112c86ee3a65
SHA256: c0ffc2d38dbeb265959097460e19524c51a2a1cc5475d225a5d803a3cf8e5628
Description-en: python3 library for parsing dates and time
Library for parsing the following:
- Parse a time, get a datetime.time
- Parse a date, get a datetime.date
- Parse a datetime, get a datetime.datetime
- Parse a duration, get a datetime.timedelta
- Parse an interval, get a tuple of dates or datetimes
- Parse a repeating interval, get a date or datetime generator
.
This package provides the python3 version.
Description-md5: aa46a6b016e3b93d25803b2854eda1e0
Homepage: https://bitbucket.org/nielsenb/aniso8601
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu