z-push-gabsync command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
z-push-gabsync: command not found
or when using sudo you get the following error message
sudo: z-push-gabsync: command not found
Solutions to z-push-gabsync: command not found
How To Fix z-push-gabsync: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu z-push-gabsync is provided by z-push-kopano-gabsync package.
z-push-kopano-gabsync 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 (Global Address Book) for the Kopano Outlook Extension.
To fix this problem, we can install more using the command below.
sudo apt-get -y install z-push-kopano-gabsync
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-gabsync.
sudo apt -y install z-push-kopano-gabsync
Or if you have aptitude installed you can use the following command.
sudo aptitude install z-push-kopano-gabsync
Summary
In this tutorial we learn how to fix z-push-gabsync command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.