eukleides command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
eukleides: command not found
or when using sudo you get the following error message
sudo: eukleides: command not found
Solutions to eukleides: command not found
How To Fix eukleides: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu eukleides is provided by eukleides package.
eukleides is:
Eukleides is a language which allows one to typeset geometric figures within a (La)TeX document. This package includes scripts to convert these figures into EPS and other formats. Eukleides uses a console interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install eukleides
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install eukleides.
sudo apt -y install eukleides
Or if you have aptitude installed you can use the following command.
sudo aptitude install eukleides
Summary
In this tutorial we learn how to fix eukleides command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.