kopano-presence command not found

In this troubleshooting guide we learn how to fix kopano-presence command not found error message

Introduction

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

kopano-presence: command not found

or when using sudo you get the following error message

sudo: kopano-presence: command not found

Solutions to kopano-presence: command not found

How To Fix kopano-presence: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu kopano-presence is provided by kopano-presence package.

kopano-presence is:

A daemon for collecting and exporting user presence information across multiple protocols in a unified way. Supports XMPP and Spreed. Clients can both query the daemon with presence information (for example, the user is ‘available’ for XMPP and ‘away’ for Spreed) and update presence information (for example, make a user ‘available’ on Spreed). Queries and updates are performed with simple GET and PUT requests, respectively, using a simple (and identical) JSON format.

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

sudo apt-get -y install kopano-presence

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

You can also use apt command to install kopano-presence.

sudo apt -y install kopano-presence

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

sudo aptitude install kopano-presence

Summary

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