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

Last updated: October 05,2024

1. Install "python3-croniter" package

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

$ sudo apt update $ sudo apt install python3-croniter

2. Uninstall "python3-croniter" package

Here is a brief guide to show you how to uninstall python3-croniter on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-croniter
Priority: optional
Section: universe/python
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-croniter
Version: 0.3.8-1
Depends: python3-dateutil, python3-tz, python3-pkg-resources, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-croniter/python3-croniter_0.3.8-1_all.deb
Size: 11178
MD5sum: e3743d6df2a08f72e07d5e5ebc7cdf64
SHA1: 25095632499780b987bf51544482ba482b5f5a00
SHA256: d025b96c7124bfe13dffcf38fa6f2fb9c35bcaf349fb14df65b33799c7baf4ab
Description-en: provides iteration for datetime object with cron like format - Python 3.x
Croniter is a Python module to provide iteration for datetime object. Given a
cron tab text entry as input, it Croniter will output all the dates matching
the definition.
.
This package contains the Python 3.x module.
Description-md5: 8cce1a48cd50cd3bc73b893bf58f6f0b
Homepage: http://github.com/kiorky/croniter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu