z-push-gab2contacts command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
z-push-gab2contacts: command not found
or when using sudo you get the following error message
sudo: z-push-gab2contacts: command not found
Solutions to z-push-gab2contacts: command not found
How To Fix z-push-gab2contacts: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu z-push-gab2contacts is provided by z-push-kopano-gab2contacts package.
z-push-kopano-gab2contacts is:
Z-Push is an implementation of the ActiveSync protocol which is used ‘over-the-air’ for multi platform ActiveSync devices, including Windows Mobile, iPhone, Sony Ericsson and Nokia mobile devices. With Z-Push any groupware can be connected and synced with these devices.
This package provides the GAB sync into a contacts folder for Kopano.
To fix this problem, we can install more using the command below.
sudo apt-get -y install z-push-kopano-gab2contacts
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install z-push-kopano-gab2contacts.
sudo apt -y install z-push-kopano-gab2contacts
Or if you have aptitude installed you can use the following command.
sudo aptitude install z-push-kopano-gab2contacts
Summary
In this tutorial we learn how to fix z-push-gab2contacts command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.