wmpinboard command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmpinboard: command not found
or when using sudo you get the following error message
sudo: wmpinboard: command not found
Solutions to wmpinboard: command not found
How To Fix wmpinboard: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmpinboard is provided by wmpinboard package.
wmpinboard is:
Themable Window Maker dock applet resembling a miniature pinboard. Icon is titled TODO. Includes alarm functions. Think of it as very high-tech post-its for your dockbar.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmpinboard
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmpinboard.
sudo apt -y install wmpinboard
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmpinboard
Summary
In this tutorial we learn how to fix wmpinboard command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.