zeitgeist-datahub command not found

In this troubleshooting guide we learn how to fix zeitgeist-datahub command not found error message

Introduction

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

zeitgeist-datahub: command not found

or when using sudo you get the following error message

sudo: zeitgeist-datahub: command not found

Solutions to zeitgeist-datahub: command not found

How To Fix zeitgeist-datahub: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu zeitgeist-datahub is provided by zeitgeist-datahub package.

zeitgeist-datahub is:

Zeitgeist is a service which logs the user’s activities and events (files opened, websites visited, conversations hold with other people, etc.) and makes the relevant information available to other applications.

It serves as a comprehensive activity log and also makes it possible to determine relationships between items based on usage patterns.

This package contains zeitgeist-datahub, a daemon which starts together with the main engine and inserts information collected from GtkRecentlyUsed, KDE’s Recent Documents and several other sources into it.

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

sudo apt-get -y install zeitgeist-datahub

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

You can also use apt command to install zeitgeist-datahub.

sudo apt -y install zeitgeist-datahub

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

sudo aptitude install zeitgeist-datahub

Summary

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