sitesummary-makewebreport command not found

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

Introduction

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

sitesummary-makewebreport: command not found

or when using sudo you get the following error message

sudo: sitesummary-makewebreport: command not found

Solutions to sitesummary-makewebreport: command not found

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

In Ubuntu sitesummary-makewebreport is provided by sitesummary package.

sitesummary 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 server part, with the collector and report scripts.

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

sudo apt-get -y install sitesummary

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

You can also use apt command to install sitesummary.

sudo apt -y install sitesummary

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

sudo aptitude install sitesummary

Summary

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