frame-test-x11 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
frame-test-x11: command not found
or when using sudo you get the following error message
sudo: frame-test-x11: command not found
Solutions to frame-test-x11: command not found
How To Fix frame-test-x11: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu frame-test-x11 is provided by frame-tools package.
frame-tools is:
This library handles the buildup and synchronization of a set of simultaneous touches. The library is input agnostic, with bindings for mtdev, frame and XI2.1.
This package provides some test tools for the frame library.
To fix this problem, we can install more using the command below.
sudo apt-get -y install frame-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install frame-tools.
sudo apt -y install frame-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install frame-tools
Summary
In this tutorial we learn how to fix frame-test-x11 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.