simulide command not found

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

Introduction

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

simulide: command not found

or when using sudo you get the following error message

sudo: simulide: command not found

Solutions to simulide: command not found

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

In Ubuntu simulide is provided by simulide package.

simulide is:

Simulide is a real time electronic circuit simulator intended for hobbist and student experimentation with simple general purpose electronic circuits and PIC, AVR and Arduino microcontroller simulations.

PIC and AVR simulation are provided by gpsim and simavr.

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

sudo apt-get -y install simulide

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

You can also use apt command to install simulide.

sudo apt -y install simulide

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

sudo aptitude install simulide

Summary

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