z-push-top command not found

In this troubleshooting guide we learn how to fix z-push-top command not found error message

Introduction

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

z-push-top: command not found

or when using sudo you get the following error message

sudo: z-push-top: command not found

Solutions to z-push-top: command not found

How To Fix z-push-top: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu z-push-top is provided by z-push-common package.

z-push-common 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 contains the actual Z-Push software used by all the backends.

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

sudo apt-get -y install z-push-common

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

You can also use apt command to install z-push-common.

sudo apt -y install z-push-common

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

sudo aptitude install z-push-common

Summary

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