syncevo-webdav-lookup command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
syncevo-webdav-lookup: command not found
or when using sudo you get the following error message
sudo: syncevo-webdav-lookup: command not found
Solutions to syncevo-webdav-lookup: command not found
How To Fix syncevo-webdav-lookup: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu syncevo-webdav-lookup is provided by syncevolution-common package.
syncevolution-common is:
SyncEvolution synchronizes contact, calendar and task items via SyncML and CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server to sync PIM data in Evolution, but a plain file storage is also supported. Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and incremental synchronization of items are supported. SyncEvolution can act as a SyncML/DAV client and SyncML server.
This package provides common architecture independent files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install syncevolution-common
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install syncevolution-common.
sudo apt -y install syncevolution-common
Or if you have aptitude installed you can use the following command.
sudo aptitude install syncevolution-common
Summary
In this tutorial we learn how to fix syncevo-webdav-lookup command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.