ktp-debugger command not found

In this troubleshooting guide we learn how to fix ktp-debugger command not found error message

Introduction

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

ktp-debugger: command not found

or when using sudo you get the following error message

sudo: ktp-debugger: command not found

Solutions to ktp-debugger: command not found

How To Fix ktp-debugger: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ktp-debugger is provided by kde-telepathy-debugger package.

kde-telepathy-debugger is:

This package contains a GUI debugging tool which can be used to debug issues in Telepathy.

It will show the debugging messages from the various telepathy components.

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

sudo apt-get -y install kde-telepathy-debugger

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

You can also use apt command to install kde-telepathy-debugger.

sudo apt -y install kde-telepathy-debugger

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

sudo aptitude install kde-telepathy-debugger

Summary

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