ubuntu-report command not found

In this troubleshooting guide we learn how to fix ubuntu-report command not found error message

Introduction

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

ubuntu-report: command not found

or when using sudo you get the following error message

sudo: ubuntu-report: command not found

Solutions to ubuntu-report: command not found

How To Fix ubuntu-report: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ubuntu-report is provided by ubuntu-report package.

ubuntu-report is:

The tool will show you what is going to be reported and ask for your acknowledgement before uploading it. This information can’t be used to identify a single machine and is presented before being sent to the server.

This package contains the command line tool.

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

sudo apt-get -y install ubuntu-report

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

You can also use apt command to install ubuntu-report.

sudo apt -y install ubuntu-report

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

sudo aptitude install ubuntu-report

Summary

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