Install pycarddav
Installing pycarddav package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pycarddav
pycarddav package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pycarddav |
version | 0.7.0-1 |
description | simple to use CardDAV CLI client |
subsection | python |
website | lostpackets.de / pycarddav / |
maintainer | Python Applications Packaging Team |
Uninstall pycarddav
To remove just pycarddav package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pycarddav
Uninstall pycarddav and it’s dependent packages
To remove the pycarddav package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pycarddav
Purging pycarddav
If you also want to delete configuration and/or data files of pycarddav from Debian Sid then this will work:
sudo apt-get purge pycarddav
To delete configuration and/or data files of pycarddav and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pycarddav