dmxwininfo command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dmxwininfo: command not found
or when using sudo you get the following error message
sudo: dmxwininfo: command not found
Solutions to dmxwininfo: command not found
How To Fix dmxwininfo: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dmxwininfo 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 dmxwininfo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.