xpad command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xpad: command not found
or when using sudo you get the following error message
sudo: xpad: command not found
Solutions to xpad: command not found
How To Fix xpad: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xpad is provided by xpad package.
xpad is:
This program consists of independent pad windows, each is basically a text box in which notes can be written. Xpad attempts to emulate the look of postit notes, although the look of the notes can be customized any way you like.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xpad
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xpad.
sudo apt -y install xpad
Or if you have aptitude installed you can use the following command.
sudo aptitude install xpad
Summary
In this tutorial we learn how to fix xpad command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.