jigsaw-generate command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
jigsaw-generate: command not found
or when using sudo you get the following error message
sudo: jigsaw-generate: command not found
Solutions to jigsaw-generate: command not found
How To Fix jigsaw-generate: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu jigsaw-generate is provided by jigsaw-generator package.
jigsaw-generator is:
This software is designed to create Tarsia Formulator type mathematical jigsaws using LaTeX. The puzzle data is stored in a YAML file, and the software turns it into a printable jigsaw. This software makes it reasonably straightforward to create multiple jigsaw-style puzzles.
To fix this problem, we can install more using the command below.
sudo apt-get -y install jigsaw-generator
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install jigsaw-generator.
sudo apt -y install jigsaw-generator
Or if you have aptitude installed you can use the following command.
sudo aptitude install jigsaw-generator
Summary
In this tutorial we learn how to fix jigsaw-generate command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.