genius command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
genius: command not found
or when using sudo you get the following error message
sudo: genius: command not found
Solutions to genius: command not found
How To Fix genius: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu genius is provided by genius package.
genius is:
Genius is a general purpose calculator program similar in some aspects to BC, Matlab or Maple. It is useful both as a simple calculator and as a research or educational tool. The syntax is very intuitive and is designed to mimic how mathematics is usually written.
This package contains a command line interface for genius.
To fix this problem, we can install more using the command below.
sudo apt-get -y install genius
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install genius.
sudo apt -y install genius
Or if you have aptitude installed you can use the following command.
sudo aptitude install genius
Summary
In this tutorial we learn how to fix genius command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.