onboard command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
onboard: command not found
or when using sudo you get the following error message
sudo: onboard: command not found
Solutions to onboard: command not found
How To Fix onboard: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu onboard is provided by onboard package.
onboard is:
On-screen Keyboard with macros, easy layout creation and word suggestion.
This on-screen keyboard can be useful for tablet PC users, as well as for mobility impaired users.
To fix this problem, we can install more using the command below.
sudo apt-get -y install onboard
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install onboard.
sudo apt -y install onboard
Or if you have aptitude installed you can use the following command.
sudo aptitude install onboard
Summary
In this tutorial we learn how to fix onboard command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.