keurocalc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
keurocalc: command not found
or when using sudo you get the following error message
sudo: keurocalc: command not found
Solutions to keurocalc: command not found
How To Fix keurocalc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu keurocalc is provided by keurocalc package.
keurocalc is:
KEurocalc is a universal currency converter and calculator. It downloads latest exchange rates directly from the European Central Bank and Time Genie.
To fix this problem, we can install more using the command below.
sudo apt-get -y install keurocalc
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install keurocalc.
sudo apt -y install keurocalc
Or if you have aptitude installed you can use the following command.
sudo aptitude install keurocalc
Summary
In this tutorial we learn how to fix keurocalc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.