Install python-pycalendar
Installing python-pycalendar package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-pycalendar
python-pycalendar package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-pycalendar |
version | 2.1~svn15020-1 |
description | iCalendar/vCard Library |
subsection | python |
website | trac.calendarserver.org / wiki / PyCalendar |
maintainer | Rahul Amaram |
Uninstall python-pycalendar
To remove just python-pycalendar package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-pycalendar
Uninstall python-pycalendar and it’s dependent packages
To remove the python-pycalendar package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-pycalendar
Purging python-pycalendar
If you also want to delete configuration and/or data files of python-pycalendar from Debian Sid then this will work:
sudo apt-get purge python-pycalendar
To delete configuration and/or data files of python-pycalendar and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-pycalendar