structure-synth command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
structure-synth: command not found
or when using sudo you get the following error message
sudo: structure-synth: command not found
Solutions to structure-synth: command not found
How To Fix structure-synth: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu structure-synth is provided by structure-synth package.
structure-synth is:
Structure Synth is a tool for generating 3D structures by specifying a design grammar. Even simple systems may generate surprising and complex structures. Structure Synth offers a graphical environment with multiple tabs, syntax highlighting, and OpenGL preview. Integration with third-party renderers (such as Sunflow and POV-Ray) is possible using a flexible template based export system.
Structure Synth has been developed by Mikael Hvidtfeldt Christensen. It was inspired by the CFDG syntax by Chris Coyne, and the Context Free Art GUI by Mark Lentczner and John Horigan.
To fix this problem, we can install more using the command below.
sudo apt-get -y install structure-synth
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install structure-synth.
sudo apt -y install structure-synth
Or if you have aptitude installed you can use the following command.
sudo aptitude install structure-synth
Summary
In this tutorial we learn how to fix structure-synth command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.