debug-me command not found

In this troubleshooting guide we learn how to fix debug-me command not found error message

Introduction

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

debug-me: command not found

or when using sudo you get the following error message

sudo: debug-me: command not found

Solutions to debug-me: command not found

How To Fix debug-me: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu debug-me is provided by debug-me package.

debug-me is:

Debugging a problem over email/irc/BTS is slow, tedious, and hard. The developer needs to see the your problem to understand it. Debug-me aims to make debugging fast, fun, and easy, by letting the developer access your computer remotely, so they can immediately see and interact with the problem. Making your problem their problem gets it fixed fast.

A debug-me session is logged and signed with the developer’s GnuPG key, producing a chain of evidence of what they saw and what they did. So the developer’s good reputation is leveraged to make debug-me secure. If you trust a developer to ship software to your computer, you can trust them to debug-me.

This package should be installed by desktop users – both developers who want to debug, and users who want their problems debugged. To set up a debug-me server, install the debug-me-server package.

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

sudo apt-get -y install debug-me

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

You can also use apt command to install debug-me.

sudo apt -y install debug-me

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

sudo aptitude install debug-me

Summary

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