wmcube command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmcube: command not found
or when using sudo you get the following error message
sudo: wmcube: command not found
Solutions to wmcube: command not found
How To Fix wmcube: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmcube is provided by wmcube package.
wmcube is:
wmcube is a dockapp that displays a realtime rotating 3D object which indicates current CPU load. The higher the load, the faster the object spins. On SMP machines one instance can be run for each processor.
Originally wmcube could spin only a cube, hence the name.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmcube
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmcube.
sudo apt -y install wmcube
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmcube
Summary
In this tutorial we learn how to fix wmcube command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.