axiom-test command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
axiom-test: command not found
or when using sudo you get the following error message
sudo: axiom-test: command not found
Solutions to axiom-test: command not found
How To Fix axiom-test: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu axiom-test is provided by axiom-test package.
axiom-test is:
Axiom is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler.
Axiom has been in development since 1973 and was sold as a commercial product. It has been released as free software.
Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Axiom Journal with refereed submissions.
This package contains input files for Axiom’s regression test suite.
To fix this problem, we can install more using the command below.
sudo apt-get -y install axiom-test
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install axiom-test.
sudo apt -y install axiom-test
Or if you have aptitude installed you can use the following command.
sudo aptitude install axiom-test
Summary
In this tutorial we learn how to fix axiom-test command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.