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

Last updated: May 19,2024

1. Install "python-django-recurrence" package

Learn how to install python-django-recurrence on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-recurrence

2. Uninstall "python-django-recurrence" package

Please follow the instructions below to uninstall python-django-recurrence on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-recurrence $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-recurrence
Priority: optional
Section: universe/python
Installed-Size: 297
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-recurrence
Version: 1.2.0-2
Depends: python-dateutil, python-django, python-tz, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/django-recurrence/python-django-recurrence_1.2.0-2_all.deb
Size: 42678
MD5sum: 154c892b6c20bbbfa38b30dda4489df0
SHA1: bd4fc1f96e71ff84ec42ae0812eb3a8651225742
SHA256: 539665da689cda518ff4e8f832fd6a66e38b32d110bc1d076ed9852dff75c791
Description-en: Django utility wrapping dateutil.rrule
django-recurrence is a utility for working with recurring dates in Django.
.
It provides:
* Recurrence/Rule objects using a subset of rfc2445 (wraps dateutil.rrule)
for specifying recurring date/times
* RecurrenceField for storing recurring datetimes in the database
* a JavaScript widget
Description-md5: 9d57e29d9b8e52dc752e9fcc3fd02e63
Homepage: https://github.com/django-recurrence/django-recurrence
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu