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

Last updated: May 17,2024

1. Install "python-aniso8601" package

This tutorial shows how to install python-aniso8601 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-aniso8601

2. Uninstall "python-aniso8601" package

This guide covers the steps necessary to uninstall python-aniso8601 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-aniso8601
Priority: optional
Section: universe/python
Installed-Size: 90
Maintainer: Jonathan Carter
Architecture: all
Version: 0.83-1
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8)
Filename: pool/universe/p/python-aniso8601/python-aniso8601_0.83-1_all.deb
Size: 12880
MD5sum: 8c95c49410d6e6a6cc4c5fb3fe6a62de
SHA1: 17d61894b9b831072151a5f2569b8af2b73257d3
SHA256: 02b745defdbafbcfbe51520796afee59f199a7a2443d4c0a63eae89efb33580b
Description-en: python2 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 python2 version, a python3 package
is also available.
Description-md5: 4d39c26debed66c3d3e7c4adfa2f7808
Homepage: https://bitbucket.org/nielsenb/aniso8601
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu