gnome-genius command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-genius: command not found
or when using sudo you get the following error message
sudo: gnome-genius: command not found
Solutions to gnome-genius: command not found
How To Fix gnome-genius: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-genius is provided by gnome-genius package.
gnome-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 GNOME frontend for genius.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-genius
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-genius.
sudo apt -y install gnome-genius
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-genius
Summary
In this tutorial we learn how to fix gnome-genius command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.