asebastudio command not found

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

Introduction

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

asebastudio: command not found

or when using sudo you get the following error message

sudo: asebastudio: command not found

Solutions to asebastudio: command not found

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

In Ubuntu asebastudio is provided by aseba package.

aseba is:

Aseba’s core is a lightweight virtual machine, small enough to run on any 16 bits microcontroller. In Aseba, all virtual machines are linked in a network and all their programs are developed and debugged from a single application, Aseba Studio.

Aseba allows one to program Thymio, a small robot to discover the universe of robotics and learn a robot’s language.

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

sudo apt-get -y install aseba

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

You can also use apt command to install aseba.

sudo apt -y install aseba

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

sudo aptitude install aseba

Summary

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