sync-ui command not found

In this troubleshooting guide we learn how to fix sync-ui command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

sync-ui: command not found

or when using sudo you get the following error message

sudo: sync-ui: command not found

Solutions to sync-ui: command not found

How To Fix sync-ui: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu sync-ui is provided by sync-ui package.

sync-ui 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 a GTK+ graphical user interface.

To fix this problem, we can install more using the command below.

sudo apt-get -y install sync-ui

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install sync-ui.

sudo apt -y install sync-ui

Or if you have aptitude installed you can use the following command.

sudo aptitude install sync-ui

Summary

In this tutorial we learn how to fix sync-ui command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.