sitesummary-client command not found

In this troubleshooting guide we learn how to fix sitesummary-client command not found error message

Introduction

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

sitesummary-client: command not found

or when using sudo you get the following error message

sudo: sitesummary-client: command not found

Solutions to sitesummary-client: command not found

How To Fix sitesummary-client: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu sitesummary-client is provided by sitesummary-client package.

sitesummary-client is:

The sitesummary system makes it easier to keep track of a lot of machines, by allowing each machine to report their existence once a day to a central collector, and using this collector to make summary reports about the hosts.

This package is the client part, reporting in to the server after boot and once a day.

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

sudo apt-get -y install sitesummary-client

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

You can also use apt command to install sitesummary-client.

sudo apt -y install sitesummary-client

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

sudo aptitude install sitesummary-client

Summary

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