matchbox-keyboard command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
matchbox-keyboard: command not found
or when using sudo you get the following error message
sudo: matchbox-keyboard: command not found
Solutions to matchbox-keyboard: command not found
How To Fix matchbox-keyboard: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu matchbox-keyboard is provided by matchbox-keyboard package.
matchbox-keyboard is:
Matchbox-keyboard is an on-screen ‘virtual’ or ‘software’ keyboard, designed for touch-screen devices running X.
Matchbox is a base environment for the X Window System running on non-desktop embedded platforms such as handhelds, set-top boxes, kiosks and anything else for which screen space, input mechanisms or system resources are limited.
To fix this problem, we can install more using the command below.
sudo apt-get -y install matchbox-keyboard
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install matchbox-keyboard.
sudo apt -y install matchbox-keyboard
Or if you have aptitude installed you can use the following command.
sudo aptitude install matchbox-keyboard
Summary
In this tutorial we learn how to fix matchbox-keyboard command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.