geogebra command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
geogebra: command not found
or when using sudo you get the following error message
sudo: geogebra: command not found
Solutions to geogebra: command not found
How To Fix geogebra: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu geogebra is provided by geogebra package.
geogebra is:
GeoGebra is a dynamic geometry program. You can do constructions with points, vectors, segments, lines, conic sections as well as functions and change them dynamically afterwards. On the other hand, equations and coordinates can be entered directly.
Support for many geometric constructions is provided, as well as support for many calculus-based tools (derivatives, osculating circle, …).
GeoGebra files can be exported in many different formats, or as interactive applets for web pages.
To fix this problem, we can install more using the command below.
sudo apt-get -y install geogebra
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install geogebra.
sudo apt -y install geogebra
Or if you have aptitude installed you can use the following command.
sudo aptitude install geogebra
Summary
In this tutorial we learn how to fix geogebra command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.