pronsole command not found

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

Introduction

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

pronsole: command not found

or when using sudo you get the following error message

sudo: pronsole: command not found

Solutions to pronsole: command not found

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

In Ubuntu pronsole is provided by pronsole package.

pronsole is:

Printrun is a full suite of host interfaces for 3D printers and CNC, consisting of:

  • printcore, a standalone non-interactive G-Code sender
  • pronsole, an interactive command-line host
  • pronterface, a graphical host software with the same functionality as pronsole

Together with Slic3r they form a powerful 3d printing toolchain.

This package contains scripts and metadata for pronsole, a command-line 3D printer host.

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

sudo apt-get -y install pronsole

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

You can also use apt command to install pronsole.

sudo apt -y install pronsole

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

sudo aptitude install pronsole

Summary

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