Install python-icalendar
Installing python-icalendar package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-icalendar
python-icalendar package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-icalendar |
version | 3.8-1 |
description | parser/generator of iCalendar files for use with Python2 |
subsection | python |
website | icalendar.readthedocs.org |
maintainer | Debian Python Modules Team |
Uninstall python-icalendar
To remove just python-icalendar package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-icalendar
Uninstall python-icalendar and it’s dependent packages
To remove the python-icalendar package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-icalendar
Purging python-icalendar
If you also want to delete configuration and/or data files of python-icalendar from Debian Sid then this will work:
sudo apt-get purge python-icalendar
To delete configuration and/or data files of python-icalendar and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-icalendar