activity-log-manager command not found

In this troubleshooting guide we learn how to fix activity-log-manager command not found error message

Introduction

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

activity-log-manager: command not found

or when using sudo you get the following error message

sudo: activity-log-manager: command not found

Solutions to activity-log-manager: command not found

How To Fix activity-log-manager: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu activity-log-manager is provided by activity-log-manager package.

activity-log-manager is:

Zeitgeist is a service which logs the user’s activities and events (files opened, websites visited, conversations held 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 Activity Log Manager, a graphical user interface which lets you control what gets logged by Zeitgeist. It supports setting up blacklists according to several criteria (such as application or file types), temporarily stopping all logging as well as deleting recent events.

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

sudo apt-get -y install activity-log-manager

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

You can also use apt command to install activity-log-manager.

sudo apt -y install activity-log-manager

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

sudo aptitude install activity-log-manager

Summary

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