sailcut command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sailcut: command not found
or when using sudo you get the following error message
sudo: sailcut: command not found
Solutions to sailcut: command not found
How To Fix sailcut: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sailcut is provided by sailcut package.
sailcut is:
Sailcut CAD is a sail design and plotting software which allows you to design and visualise your own sails and compute the accurate development of all panels in flat sheets. You can export the sails you create to DXF, plaintext or Carlson plotter files.
Sailcut CAD’s user interface is available in English, French, Dutch, German, Italian, Norwegian, Portuguese, Danish and Russian.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sailcut
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sailcut.
sudo apt -y install sailcut
Or if you have aptitude installed you can use the following command.
sudo aptitude install sailcut
Summary
In this tutorial we learn how to fix sailcut command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.