wmcalc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmcalc: command not found
or when using sudo you get the following error message
sudo: wmcalc: command not found
Solutions to wmcalc: command not found
How To Fix wmcalc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmcalc is provided by wmcalc package.
wmcalc is:
Wmcalc is a small calculator meant for the WindowMaker dock or Afterstep Wharf. It is a simple calculator with basic functions and memory slots, and can launch any external application for more complex calculations.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmcalc
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmcalc.
sudo apt -y install wmcalc
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmcalc
Summary
In this tutorial we learn how to fix wmcalc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.