d-feet command not found

In this troubleshooting guide we learn how to fix d-feet command not found error message

Introduction

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

d-feet: command not found

or when using sudo you get the following error message

sudo: d-feet: command not found

Solutions to d-feet: command not found

How To Fix d-feet: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu d-feet is provided by d-feet package.

d-feet is:

d-feet is a D-Bus debugger that allow you to:

  • View names on the session and system bus
  • View exported objects, interfaces, methods and signals
  • View the full command line of services on the bus
  • Execute methods with parameters on the bus and see their return values

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

sudo apt-get -y install d-feet

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

You can also use apt command to install d-feet.

sudo apt -y install d-feet

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

sudo aptitude install d-feet

Summary

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