antimony command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
antimony: command not found
or when using sudo you get the following error message
sudo: antimony: command not found
Solutions to antimony: command not found
How To Fix antimony: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu antimony is provided by antimony package.
antimony is:
Antimony is a computer-aided design (CAD) tool from a parallel universe in which CAD software evolved from Lisp machines rather than drafting tables.
Antimony provides the Python3 Fab that is a set of software tools for personal fabrication, intended for use with machines common to fab labs. For info about Fab visit kokompe.cba.mit.edu/.
To fix this problem, we can install more using the command below.
sudo apt-get -y install antimony
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install antimony.
sudo apt -y install antimony
Or if you have aptitude installed you can use the following command.
sudo aptitude install antimony
Summary
In this tutorial we learn how to fix antimony command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.