wmstickynotes command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmstickynotes: command not found
or when using sudo you get the following error message
sudo: wmstickynotes: command not found
Solutions to wmstickynotes: command not found
How To Fix wmstickynotes: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmstickynotes is provided by wmstickynotes package.
wmstickynotes is:
This program is a Window Maker style dockapp which allows you to create note windows. By default, the notes, along with their position, size, and color, are stored in files and will be restored when wmstickynotes is run again.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmstickynotes
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmstickynotes.
sudo apt -y install wmstickynotes
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmstickynotes
Summary
In this tutorial we learn how to fix wmstickynotes command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.