sagcad command not found

In this troubleshooting guide we learn how to fix sagcad command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

sagcad: command not found

or when using sudo you get the following error message

sudo: sagcad: command not found

Solutions to sagcad: command not found

How To Fix sagcad: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu sagcad is provided by sagcad package.

sagcad is:

Easy to use 2D Computer Aided Drafting and Modelling application with the following features:

  • 2D CAD
  • Opening/Saving/Creating of files
  • Undo/Redo
  • Font use Qcad cxf Font
  • Cut/Copy/Paste
  • SGY/DXF/IGES/NC output
  • SGY/DXF/NC input
  • ps(PostScript) file output
  • CAM
  • Ellipse and polyline

To fix this problem, we can install more using the command below.

sudo apt-get -y install sagcad

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install sagcad.

sudo apt -y install sagcad

Or if you have aptitude installed you can use the following command.

sudo aptitude install sagcad

Summary

In this tutorial we learn how to fix sagcad command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.