dmxaddinput command not found

In this troubleshooting guide we learn how to fix dmxaddinput command not found error message

Introduction

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

dmxaddinput: command not found

or when using sudo you get the following error message

sudo: dmxaddinput: command not found

Solutions to dmxaddinput: command not found

How To Fix dmxaddinput: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu dmxaddinput is provided by xdmx-tools package.

xdmx-tools is:

This package provides a collection of tools used for administration of the Xdmx server; see the xdmx package for more information.

More information about X.Org can be found at: URL:https://www.x.org

This package is built from the X.org xserver module.

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

sudo apt-get -y install xdmx-tools

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

You can also use apt command to install xdmx-tools.

sudo apt -y install xdmx-tools

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

sudo aptitude install xdmx-tools

Summary

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